summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/task4.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-12-16 23:35:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-12-16 23:35:09 +0000
commite4571904d7e7271b2d461438181494f95992d816 (patch)
tree1e872b8ca626e6c6369c098d6b9578cc900c9bcc /testsuites/sptests/sp07/task4.c
parent2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e4571904d7e7271b2d461438181494f95992d816.tar.bz2
2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c, sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to make tests account for resources and not print at inappropriate times. * sp07/buffered_io.c: New file.
Diffstat (limited to 'testsuites/sptests/sp07/task4.c')
-rw-r--r--testsuites/sptests/sp07/task4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sp07/task4.c b/testsuites/sptests/sp07/task4.c
index 05280bf31e..1e44fba25b 100644
--- a/testsuites/sptests/sp07/task4.c
+++ b/testsuites/sptests/sp07/task4.c
@@ -25,5 +25,7 @@ rtems_task Task_4(
rtems_task_argument argument
)
{
+ buffered_io_flush();
+
puts( "TA4 - exitting task" );
}