diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-06-26 14:06:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-06-26 14:06:21 +0000 |
commit | cc44376c6e07d5c47561db9f6179e51e0654391d (patch) | |
tree | 8de60ea812b403e12c6a839924f3254d86c226f9 /test | |
parent | 8292744ffd977bbe16d4fe4273a4acdc196e463d (diff) | |
download | ChibiOS-cc44376c6e07d5c47561db9f6179e51e0654391d.tar.gz ChibiOS-cc44376c6e07d5c47561db9f6179e51e0654391d.tar.bz2 ChibiOS-cc44376c6e07d5c47561db9f6179e51e0654391d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@325 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/test.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.mk b/test/test.mk new file mode 100644 index 000000000..ce890a855 --- /dev/null +++ b/test/test.mk @@ -0,0 +1,3 @@ +# List of all the ChibiOS/RT test files.
+TESTSRC = ../../test/test.c ../../test/testrdy.c ../../test/testsem.c \
+ ../../test/testmtx.c ../../test/testmsg.c ../../test/testbmk.c
|