summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-19 08:40:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-19 17:41:07 +0100
commitc5af8aa0704d52e1d9757b863ed2831282642a56 (patch)
tree6acda4c1d3e99d2b51bc3bcdd501725bcca11891 /testsuites/sptests/configure.ac
parentvalidation/ts-performance-0: Add partition tests (diff)
downloadrtems-c5af8aa0704d52e1d9757b863ed2831282642a56.tar.bz2
config: Simplify task stack allocator init
Replace runtime checks with compile time assertions. This makes the INTERNAL_ERROR_BAD_STACK_HOOK obsolete.
Diffstat (limited to 'testsuites/sptests/configure.ac')
-rw-r--r--testsuites/sptests/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac
index 460917dd04..099ff0412b 100644
--- a/testsuites/sptests/configure.ac
+++ b/testsuites/sptests/configure.ac
@@ -141,7 +141,6 @@ RTEMS_TEST_CHECK([spfatal02])
RTEMS_TEST_CHECK([spfatal03])
RTEMS_TEST_CHECK([spfatal04])
RTEMS_TEST_CHECK([spfatal05])
-RTEMS_TEST_CHECK([spfatal06])
RTEMS_TEST_CHECK([spfatal09])
RTEMS_TEST_CHECK([spfatal10])
RTEMS_TEST_CHECK([spfatal11])