aboutsummaryrefslogtreecommitdiffstats
path: root/test/nasa_osal/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/nasa_osal/test.mk')
-rw-r--r--test/nasa_osal/test.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/nasa_osal/test.mk b/test/nasa_osal/test.mk
new file mode 100644
index 000000000..dcaa7197f
--- /dev/null
+++ b/test/nasa_osal/test.mk
@@ -0,0 +1,8 @@
+# List of all the NASA OSAL over ChibiOS/RT test files.
+TESTSRC = ${CHIBIOS}/test/lib/ch_test.c \
+ ${CHIBIOS}/test/nasa_osal/test_root.c \
+ ${CHIBIOS}/test/nasa_osal/test_sequence_001.c
+
+# Required include directories
+TESTINC = ${CHIBIOS}/test/lib \
+ ${CHIBIOS}/test/nasa_osal