summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spqreslib/task_periodic.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 08:06:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 08:06:21 +0100
commit6c0301daad418d362f71eaa7e5c4b6a2d948fc50 (patch)
treed08b9e09d3c69ca35f96c9f1eeff8eb244df92ed /testsuites/sptests/spqreslib/task_periodic.c
parenttests/psxtests: Use <rtems/test.h> (diff)
downloadrtems-6c0301daad418d362f71eaa7e5c4b6a2d948fc50.tar.bz2
tests/sptests: Use <rtems/test.h>
Diffstat (limited to 'testsuites/sptests/spqreslib/task_periodic.c')
-rw-r--r--testsuites/sptests/spqreslib/task_periodic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spqreslib/task_periodic.c b/testsuites/sptests/spqreslib/task_periodic.c
index add0f9bd06..61bc0bb327 100644
--- a/testsuites/sptests/spqreslib/task_periodic.c
+++ b/testsuites/sptests/spqreslib/task_periodic.c
@@ -131,6 +131,6 @@ rtems_task Task_Periodic(
printf( "ERROR: QRES CLEANUP\n" );
fflush(stdout);
- puts( "*** END OF TEST QRES LIBRARY ***" );
+ TEST_END();
rtems_test_exit( 0 );
}