summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx06/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx06/system.h')
-rw-r--r--testsuites/psxtests/psx06/system.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/testsuites/psxtests/psx06/system.h b/testsuites/psxtests/psx06/system.h
index de939d0c76..3aeef9bc67 100644
--- a/testsuites/psxtests/psx06/system.h
+++ b/testsuites/psxtests/psx06/system.h
@@ -31,15 +31,14 @@ void *Task_2(
/* configuration information */
-#define CONFIGURE_SPTEST
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
-#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_MAXIMUM_POSIX_THREADS 3
+#define CONFIGURE_MAXIMUM_POSIX_KEYS 1
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
-#define CONFIGURE_MAXIMUM_POSIX_KEYS 1
-
#include <confdefs.h>
/* global variables */