summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp70/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp70/init.c')
-rw-r--r--testsuites/sptests/sp70/init.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/sptests/sp70/init.c b/testsuites/sptests/sp70/init.c
index a0c1076edb..a574467601 100644
--- a/testsuites/sptests/sp70/init.c
+++ b/testsuites/sptests/sp70/init.c
@@ -12,7 +12,7 @@
#include <tmacros.h>
#include "test_support.h"
-rtems_id TaskID[4];
+rtems_id TaskID[10];
void create_helper(int task)
{
@@ -57,6 +57,11 @@ rtems_task Init(
delete_helper( 4 );
delete_helper( 5 );
+ create_helper( 2 );
+ create_helper( 3 );
+ create_helper( 4 );
+ create_helper( 5 );
+
puts( "*** END OF TEST 70 ***" );
rtems_test_exit(0);