Changeset 3c83d57a in rtems
- Timestamp:
- 09/27/11 13:22:32 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- c18be8ee
- Parents:
- 9c121991
- Location:
- testsuites/sptests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
r9c121991 r3c83d57a 1 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 * spfatal07/testcase.h: Print end of test if test is not applicable. 4 1 5 2011-09-26 Petr Benes <benesp16@fel.cvut.cz> 2 6 -
testsuites/sptests/spfatal07/testcase.h
r9c121991 r3c83d57a 49 49 "WARNING - Test not applicable on this target architecture.\n" 50 50 "WARNING - Only applicable when CPU_ALLOCATE_INTERRUPT_STACK == TRUE.\n" 51 "*** END OF TEST FATAL " FATAL_ERROR_TEST_NAME " ***\n" 51 52 ); 52 53 rtems_test_exit(0);
Note: See TracChangeset
for help on using the changeset viewer.