summaryrefslogtreecommitdiff
path: root/board/nucleo-h743zi/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/nucleo-h743zi/build.mk')
-rw-r--r--board/nucleo-h743zi/build.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/board/nucleo-h743zi/build.mk b/board/nucleo-h743zi/build.mk
index 3de2a44adc..bdf068d328 100644
--- a/board/nucleo-h743zi/build.mk
+++ b/board/nucleo-h743zi/build.mk
@@ -9,4 +9,12 @@ BASEBOARD:=nucleo-h743zi
board-y=board.o
# Enable on device tests
-test-list-y=aes sha256 sha256_unrolled
+test-list-y=\
+ aes \
+ compile_time_macros \
+ crc32 \
+ mutex \
+ pingpong \
+ rtc \
+ sha256 \
+ sha256_unrolled \