* spfatal07/testcase.h: Print end of test if test is not applicable.
This commit is contained in:
Sebastian Huber
2011-09-27 13:22:32 +00:00
parent 9c121991d7
commit 3c83d57a71
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
* spfatal07/testcase.h: Print end of test if test is not applicable.
2011-09-26 Petr Benes <benesp16@fel.cvut.cz>
PR 1923/testing

View File

@@ -48,6 +48,7 @@ void force_error()
printk(
"WARNING - Test not applicable on this target architecture.\n"
"WARNING - Only applicable when CPU_ALLOCATE_INTERRUPT_STACK == TRUE.\n"
"*** END OF TEST FATAL " FATAL_ERROR_TEST_NAME " ***\n"
);
rtems_test_exit(0);
#endif