From 3c83d57a719fb7f9ce92301f7e662572506bb49d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 27 Sep 2011 13:22:32 +0000 Subject: 2011-09-27 Sebastian Huber * spfatal07/testcase.h: Print end of test if test is not applicable. --- testsuites/sptests/ChangeLog | 4 ++++ testsuites/sptests/spfatal07/testcase.h | 1 + 2 files changed, 5 insertions(+) (limited to 'testsuites') 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 + + * spfatal07/testcase.h: Print end of test if test is not applicable. + 2011-09-26 Petr Benes 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 -- cgit v1.2.3