aboutsummaryrefslogtreecommitdiffstats
path: root/test/oslib/oslib_test.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-17 07:17:26 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-17 07:17:26 +0000
commita202724feaf68aaf44986e2bc336de0008bb2c64 (patch)
tree432b975d84da87b84cdcc9508767cf022538d776 /test/oslib/oslib_test.mk
parentca77bbc7bacdecf04d3f45c3e108bd8984832ea0 (diff)
downloadChibiOS-a202724feaf68aaf44986e2bc336de0008bb2c64.tar.gz
ChibiOS-a202724feaf68aaf44986e2bc336de0008bb2c64.tar.bz2
ChibiOS-a202724feaf68aaf44986e2bc336de0008bb2c64.zip
OS library test suite, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10840 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/oslib/oslib_test.mk')
-rw-r--r--test/oslib/oslib_test.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/oslib/oslib_test.mk b/test/oslib/oslib_test.mk
new file mode 100644
index 000000000..f342719e1
--- /dev/null
+++ b/test/oslib/oslib_test.mk
@@ -0,0 +1,9 @@
+# List of all the ChibiOS OS Library test files.
+TESTSRC += ${CHIBIOS}/test/oslib/source/test/oslib_test_root.c \
+ ${CHIBIOS}/test/oslib/source/test/oslib_test_sequence_001.c \
+ ${CHIBIOS}/test/oslib/source/test/oslib_test_sequence_002.c \
+ ${CHIBIOS}/test/oslib/source/test/oslib_test_sequence_003.c \
+ ${CHIBIOS}/test/oslib/source/test/oslib_test_sequence_004.c
+
+# Required include directories
+TESTINC += ${CHIBIOS}/test/oslib/source/test