summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spstkalloc02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spstkalloc02/init.c')
-rw-r--r--testsuites/sptests/spstkalloc02/init.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/sptests/spstkalloc02/init.c b/testsuites/sptests/spstkalloc02/init.c
index a2805d1164..6115b06413 100644
--- a/testsuites/sptests/spstkalloc02/init.c
+++ b/testsuites/sptests/spstkalloc02/init.c
@@ -117,9 +117,14 @@ static rtems_task Init(rtems_task_argument argument)
rtems_test_exit(0);
}
-#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+/*
+ * Avoid a dependency on errno which might be a thread-local object. This test
+ * assumes that no thread-local storage object is present.
+ */
+#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+
#define CONFIGURE_MAXIMUM_TASKS TASK_COUNT
#define CONFIGURE_TASK_STACK_ALLOCATOR_INIT task_stack_init