diff options
Diffstat (limited to 'test/lib/templates/test_root.h')
-rw-r--r-- | test/lib/templates/test_root.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/lib/templates/test_root.h b/test/lib/templates/test_root.h index 3d26ecd50..f32b386f8 100644 --- a/test/lib/templates/test_root.h +++ b/test/lib/templates/test_root.h @@ -25,7 +25,15 @@ #ifndef _TEST_ROOT_H_
#define _TEST_ROOT_H_
-#include "test_000.h"
+#include "test_sequence_000.h"
+
+/*===========================================================================*/
+/* Default definitions. */
+/*===========================================================================*/
+
+/* Global test suite name, it is printed on top of the test
+ report header.*/
+#define TEST_SUITE_NAME "Test Suite"
/*===========================================================================*/
/* External declarations. */
|