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.
This commit is contained in:
Joel Sherrill
2009-12-08 17:52:56 +00:00
parent 2317457e10
commit 9e7d02a3dc
10 changed files with 62 additions and 50 deletions

View File

@@ -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