summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block08/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/block08/system.h')
-rw-r--r--testsuites/libtests/block08/system.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/libtests/block08/system.h b/testsuites/libtests/block08/system.h
index 6965104a26..29c4614ff6 100644
--- a/testsuites/libtests/block08/system.h
+++ b/testsuites/libtests/block08/system.h
@@ -12,7 +12,8 @@
*/
#include <rtems.h>
-#include "rtems/blkdev.h"
+#include <rtems/blkdev.h>
+#include <rtems/test.h>
#include <bsp.h>
@@ -46,6 +47,8 @@ rtems_task Init(
*/
#define CONFIGURE_MAXIMUM_DRIVERS 5
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE)