diff options
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/test.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lib/test.mk b/test/lib/test.mk new file mode 100644 index 000000000..4f1dc479b --- /dev/null +++ b/test/lib/test.mk @@ -0,0 +1,5 @@ +# List of all the test runtime files.
+TESTSRC += ${CHIBIOS}/test/lib/ch_test.c
+
+# Required include directories
+TESTINC += ${CHIBIOS}/test/lib
\ No newline at end of file |