summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx13/test.c')
-rw-r--r--testsuites/psxtests/psx13/test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index 6e4de0de8c..e871b11689 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -34,6 +34,8 @@
#include <stdio.h>
+#include <pmacros.h>
+
/*-------------------------------------------------------------------
* InitFiles function
*
@@ -669,7 +671,7 @@ int main(
printf ("\n\nError opening files for write!!!!\n");
printf( "\n\n*** END OF TEST PSX13 ***" );
- exit(0);
+ rtems_test_exit(0);
}