From be1c11edab1ad9004effbacf0e75bc558563d47d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 May 1996 22:48:26 +0000 Subject: tests now specify whether using posix initialization threads table or rtems initialization table in configuration table --- testsuites/samples/base_mp/system.h | 2 ++ testsuites/samples/base_sp/system.h | 2 ++ testsuites/samples/cdtest/system.h | 1 + testsuites/samples/hello/system.h | 2 ++ testsuites/samples/paranoia/system.h | 2 +- testsuites/samples/ticker/system.h | 2 ++ 6 files changed, 10 insertions(+), 1 deletion(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/base_mp/system.h b/testsuites/samples/base_mp/system.h index ec07193b72..2051acad37 100644 --- a/testsuites/samples/base_mp/system.h +++ b/testsuites/samples/base_mp/system.h @@ -33,6 +33,8 @@ rtems_task Application_task( #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE + /* * Put the overrides of default configuration parameters here. */ diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h index 172ced543d..7a5fba9af5 100644 --- a/testsuites/samples/base_sp/system.h +++ b/testsuites/samples/base_sp/system.h @@ -33,6 +33,8 @@ rtems_task Application_task( #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE + #include /* global variables */ diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h index 2400478ed9..5219a5c12d 100644 --- a/testsuites/samples/cdtest/system.h +++ b/testsuites/samples/cdtest/system.h @@ -29,6 +29,7 @@ rtems_task main_task( #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_INIT_TASK_ENTRY_POINT main_task #define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' ) diff --git a/testsuites/samples/hello/system.h b/testsuites/samples/hello/system.h index 8af4376e0f..21987c70e5 100644 --- a/testsuites/samples/hello/system.h +++ b/testsuites/samples/hello/system.h @@ -26,6 +26,8 @@ rtems_task Init( #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE + #include /* global variables */ diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h index 3837d9d902..83c68ccff8 100644 --- a/testsuites/samples/paranoia/system.h +++ b/testsuites/samples/paranoia/system.h @@ -27,10 +27,10 @@ rtems_task Init( #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT #define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2) - #include /* global variables */ diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h index 51a9c082df..391b30b9d5 100644 --- a/testsuites/samples/ticker/system.h +++ b/testsuites/samples/ticker/system.h @@ -33,6 +33,8 @@ rtems_task Test_task( #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER +#define CONFIGURE_RTEMS_INIT_TASKS_TABLE + #include /* global variables */ -- cgit v1.2.3