summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal11
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 17:52:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 17:52:56 +0000
commit9e7d02a3dcd0b4b38f13c11214a597d67c6aeb94 (patch)
tree6947be73e333886d3388289cbcb5efbf58234f9b /testsuites/sptests/spfatal11
parent2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9e7d02a3dcd0b4b38f13c11214a597d67c6aeb94.tar.bz2
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c, spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c, spwkspace/init.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
Diffstat (limited to 'testsuites/sptests/spfatal11')
-rw-r--r--testsuites/sptests/spfatal11/testcase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/spfatal11/testcase.h b/testsuites/sptests/spfatal11/testcase.h
index deed297aee..c9f89d2bff 100644
--- a/testsuites/sptests/spfatal11/testcase.h
+++ b/testsuites/sptests/spfatal11/testcase.h
@@ -10,6 +10,8 @@
* $Id$
*/
+#include <assert.h>
+
#define FATAL_ERROR_TEST_NAME "11"
#define FATAL_ERROR_DESCRIPTION "asserting with non-NULL strings..."
#define FATAL_ERROR_EXPECTED_SOURCE INTERNAL_ERROR_RTEMS_API