summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13/test.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 16:45:08 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-25 16:46:37 +0100
commit8c26e79867739e13a8699883ec1fa86127d94aaf (patch)
tree1d4bfc11903ea7e321d7badb5dd01472c47d6598 /testsuites/psxtests/psx13/test.c
parenttmtests/tmcontext01: Use <rtems/test.h> (diff)
downloadrtems-8c26e79867739e13a8699883ec1fa86127d94aaf.tar.bz2
tests: Produce proper begin/end messages
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx13/test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index c039bff868..fc50463e67 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -716,10 +716,10 @@ int main(
printf ("Testing sync()...... ");
sync();
+ printf ("Done.\n");
+
+ TEST_END();
}
- else
- TEST_BEGIN();
- TEST_END();
rtems_test_exit(0);
}