summaryrefslogtreecommitdiffstats
path: root/c/src/tests/mptests/mp02/system.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/mptests/mp02/system.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/c/src/tests/mptests/mp02/system.h b/c/src/tests/mptests/mp02/system.h
index af065a5e67..c3a31ce812 100644
--- a/c/src/tests/mptests/mp02/system.h
+++ b/c/src/tests/mptests/mp02/system.h
@@ -27,10 +27,12 @@ rtems_task Test_task(
/* configuration information */
-#define CONFIGURE_MPTEST
+#define CONFIGURE_MP_APPLICATION
-#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_MAXIMUM_TASKS 2
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE