aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-19 09:16:38 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-19 09:16:38 +0000
commit0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc (patch)
tree2979ec33586a799a130e0db8e1228d68a78670eb /test/lib
parent59d34439eb700f96bd6daa33b11b0092931b17b4 (diff)
downloadChibiOS-0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc.tar.gz
ChibiOS-0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc.tar.bz2
ChibiOS-0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc.zip
NIL test suite updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10864 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/lib')
-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