diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.mk b/test/test.mk new file mode 100644 index 000000000..ce890a855 --- /dev/null +++ b/test/test.mk @@ -0,0 +1,3 @@ +# List of all the ChibiOS/RT test files.
+TESTSRC = ../../test/test.c ../../test/testrdy.c ../../test/testsem.c \
+ ../../test/testmtx.c ../../test/testmsg.c ../../test/testbmk.c
|