aboutsummaryrefslogtreecommitdiffstats
path: root/test/nil/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/nil/test.mk')
-rw-r--r--test/nil/test.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/nil/test.mk b/test/nil/test.mk
new file mode 100644
index 000000000..b0da9731a
--- /dev/null
+++ b/test/nil/test.mk
@@ -0,0 +1,9 @@
+# List of all the ChibiOS/RT test files.
+TESTSRC = ${CHIBIOS}/test/lib/ch_test.c \
+ ${CHIBIOS}/test/nil/test_root.c \
+ ${CHIBIOS}/test/nil/test_sequence_001.c \
+ ${CHIBIOS}/test/nil/test_sequence_002.c
+
+# Required include directories
+TESTINC = ${CHIBIOS}/test/lib \
+ ${CHIBIOS}/test/nil