summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/base_sp/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/base_sp/system.h')
-rw-r--r--testsuites/samples/base_sp/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h
index aa04d0a178..837b52d03d 100644
--- a/testsuites/samples/base_sp/system.h
+++ b/testsuites/samples/base_sp/system.h
@@ -12,6 +12,7 @@
*/
#include <rtems.h>
+#include <rtems/test.h>
/* functions */
@@ -33,6 +34,8 @@ rtems_task Application_task(
#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
#include <rtems/confdefs.h>
/* end of include file */