summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/paranoia/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/paranoia/system.h')
-rw-r--r--testsuites/samples/paranoia/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h
index 3b522d1b05..aaadb3556d 100644
--- a/testsuites/samples/paranoia/system.h
+++ b/testsuites/samples/paranoia/system.h
@@ -12,6 +12,7 @@
*/
#include <rtems.h>
+#include <rtems/test.h>
/* functions */
@@ -34,6 +35,8 @@ rtems_task Init(
#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
#include <rtems/confdefs.h>
/* end of include file */