diff options
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. */
|