From bc175a1cabdccfc28deee3ae67ff5e9a0b5aef49 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Nov 2020 15:30:17 +0100 Subject: Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL Replace a runtime check with a compile time assertion. This makes the INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL obsolete. Update #4181. --- testsuites/sptests/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'testsuites/sptests/Makefile.am') diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index 14788f7fb1..8813d43513 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -904,15 +904,6 @@ spfatal01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spfatal01) \ $(support_includes) endif -if TEST_spfatal02 -sp_tests += spfatal02 -sp_screens += spfatal02/spfatal02.scn -sp_docs += spfatal02/spfatal02.doc -spfatal02_SOURCES = spfatal02/init.c -spfatal02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spfatal02) \ - $(support_includes) -endif - if TEST_spfatal03 sp_tests += spfatal03 sp_screens += spfatal03/spfatal03.scn -- cgit v1.2.3