summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtime/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtime/main.c')
-rw-r--r--testsuites/psxtests/psxtime/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxtime/main.c b/testsuites/psxtests/psxtime/main.c
index 7643c1fbd4..38e6d1a951 100644
--- a/testsuites/psxtests/psxtime/main.c
+++ b/testsuites/psxtests/psxtime/main.c
@@ -14,6 +14,7 @@
#define TEST_INIT
#include <bsp.h>
+#include <tmacros.h> /* instantiate buffering code if needed */
void test_main( void );
@@ -22,7 +23,7 @@ rtems_task Init(
)
{
test_main();
- exit( 0 );
+ rtems_test_exit( 0 );
}
/* configuration information */