aboutsummaryrefslogtreecommitdiffstats
path: root/test/nasa_osal/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/nasa_osal/test.mk')
-rw-r--r--test/nasa_osal/test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/nasa_osal/test.mk b/test/nasa_osal/test.mk
index daf008362..1ed8cad43 100644
--- a/test/nasa_osal/test.mk
+++ b/test/nasa_osal/test.mk
@@ -1,7 +1,8 @@
# List of all the NASA OSAL over ChibiOS/RT test files.
TESTSRC = ${CHIBIOS}/test/lib/ch_test.c \
${CHIBIOS}/test/nasa_osal/source/test/test_root.c \
- ${CHIBIOS}/test/nasa_osal/source/test/test_sequence_001.c
+ ${CHIBIOS}/test/nasa_osal/source/test/test_sequence_001.c \
+ ${CHIBIOS}/test/nasa_osal/source/test/test_sequence_002.c
# Required include directories
TESTINC = ${CHIBIOS}/test/lib \