summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp20/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp20/system.h')
-rw-r--r--testsuites/sptests/sp20/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/sp20/system.h b/testsuites/sptests/sp20/system.h
index 33d07f79b4..dfefe4b6c6 100644
--- a/testsuites/sptests/sp20/system.h
+++ b/testsuites/sptests/sp20/system.h
@@ -38,7 +38,7 @@ void Get_all_counters( void );
#define CONFIGURE_MICROSECONDS_PER_TICK 100000
-#define CONFIGURE_MAXIMUM_TASKS 7
+#define CONFIGURE_MAXIMUM_TASKS 8
#define CONFIGURE_MAXIMUM_PERIODS 10
#define CONFIGURE_INIT_TASK_PRIORITY 10
@@ -58,4 +58,6 @@ TEST_EXTERN struct counters Count; /* iteration counters */
TEST_EXTERN struct counters Temporary_count;
extern rtems_task_priority Priorities[ 7 ];
+void end_of_test( void );
+
/* end of include file */