summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx13/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx13/test.c')
-rw-r--r--c/src/tests/psxtests/psx13/test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psx13/test.c b/c/src/tests/psxtests/psx13/test.c
index 6e4de0de8c..e871b11689 100644
--- a/c/src/tests/psxtests/psx13/test.c
+++ b/c/src/tests/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);
}