diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-10 15:36:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-10 15:36:30 +0000 |
commit | 4fc90c99b72c00ab803a018bf55dd4ad75960224 (patch) | |
tree | 227f2634a2e2aad0ef4223ac4a912361df0fa222 /test/nil/test_root.h | |
parent | 12a2f695cfb4de204b5114a958e31689f961b98c (diff) | |
download | ChibiOS-4fc90c99b72c00ab803a018bf55dd4ad75960224.tar.gz ChibiOS-4fc90c99b72c00ab803a018bf55dd4ad75960224.tar.bz2 ChibiOS-4fc90c99b72c00ab803a018bf55dd4ad75960224.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6696 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nil/test_root.h')
-rw-r--r-- | test/nil/test_root.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/nil/test_root.h b/test/nil/test_root.h index 42463fc03..58e0790a4 100644 --- a/test/nil/test_root.h +++ b/test/nil/test_root.h @@ -28,6 +28,7 @@ #include "nil.h"
#include "test_sequence_000.h"
+#include "test_sequence_001.h"
/*===========================================================================*/
/* Default definitions. */
@@ -35,7 +36,7 @@ /* Global test suite name, it is printed on top of the test
report header.*/
-#define TEST_SUITE_NAME "ChibiOS/RT Test Suite"
+#define TEST_SUITE_NAME "ChibiOS/NIL Test Suite"
/*===========================================================================*/
/* External declarations. */
|