summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp05/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/sptests/sp05/system.h')
-rw-r--r--c/src/tests/sptests/sp05/system.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/tests/sptests/sp05/system.h b/c/src/tests/sptests/sp05/system.h
index ec5c85e9a0..5b1cca7d5c 100644
--- a/c/src/tests/sptests/sp05/system.h
+++ b/c/src/tests/sptests/sp05/system.h
@@ -35,14 +35,13 @@ rtems_task Task_3(
/* configuration information */
-#define CONFIGURE_SPTEST
-
-#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_TICKS_PER_TIMESLICE 100
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_MAXIMUM_TASKS 4
#include <confdefs.h>