aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/test.mk')
-rw-r--r--test/lib/test.mk5
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