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