summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/spfatal07/testcase.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index a3fc5998c3..0591c43cf0 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -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
diff --git a/testsuites/sptests/spfatal07/testcase.h b/testsuites/sptests/spfatal07/testcase.h
index 1f4e4911d6..c72ee8c1fa 100644
--- a/testsuites/sptests/spfatal07/testcase.h
+++ b/testsuites/sptests/spfatal07/testcase.h
@@ -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