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