diff options
Diffstat (limited to 'test/rt/test.mk')
-rw-r--r-- | test/rt/test.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/rt/test.mk b/test/rt/test.mk new file mode 100644 index 000000000..92dda7d81 --- /dev/null +++ b/test/rt/test.mk @@ -0,0 +1,7 @@ +# List of all the ChibiOS/RT test files.
+TESTSRC = ${CHIBIOS}/test/lib/ch_test.c \
+ ${CHIBIOS}/test/rt/test_sequence_000.c
+
+# Required include directories
+TESTINC = ${CHIBIOS}/test/lib \
+ ${CHIBIOS}/test/rt
|