summaryrefslogtreecommitdiff
path: root/board/hatch_fp/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch_fp/build.mk')
-rw-r--r--board/hatch_fp/build.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/board/hatch_fp/build.mk b/board/hatch_fp/build.mk
index a6a37a3ace..93c40a530d 100644
--- a/board/hatch_fp/build.mk
+++ b/board/hatch_fp/build.mk
@@ -11,4 +11,12 @@ CHIP_VARIANT:=stm32f412
board-y=board.o fpsensor_detect.o
-test-list-y=aes sha256 sha256_unrolled
+test-list-y=\
+ aes \
+ compile_time_macros \
+ crc32 \
+ mutex \
+ pingpong \
+ rtc \
+ sha256 \
+ sha256_unrolled \