From c5af8aa0704d52e1d9757b863ed2831282642a56 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Nov 2020 08:40:13 +0100 Subject: config: Simplify task stack allocator init Replace runtime checks with compile time assertions. This makes the INTERNAL_ERROR_BAD_STACK_HOOK obsolete. --- 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 854ec3daf8..14788f7fb1 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -940,15 +940,6 @@ spfatal05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spfatal05) \ $(support_includes) endif -if TEST_spfatal06 -sp_tests += spfatal06 -sp_screens += spfatal06/spfatal06.scn -sp_docs += spfatal06/spfatal06.doc -spfatal06_SOURCES = spfatal06/init.c -spfatal06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spfatal06) \ - $(support_includes) -endif - if TEST_spfatal09 sp_tests += spfatal09 sp_screens += spfatal09/spfatal09.scn -- cgit v1.2.3