summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-22 15:54:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-22 15:55:56 +0200
commitad071b6884f6066b82d6ec34f03c9b06e8842b3c (patch)
tree8253cdffb53bb0072bff0b4cc770ce3d419818c9 /testsuites/sptests/Makefile.am
parentbsps/mvme147s: Fix Makefile.am (diff)
downloadrtems-ad071b6884f6066b82d6ec34f03c9b06e8842b3c.tar.bz2
sptests/sp36: Remove obsolete test program
It tests the (never really working) strict order mutex option. That option does not exist any more. Mutexes by other good means (spmutex01, spsem*). Update #3406.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index f3cf737997..1d8f153d1d 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -306,14 +306,6 @@ sp35_SOURCES = sp35/priinv.c
sp35_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_sp35) $(support_includes)
endif
-if TEST_sp36
-sp_tests += sp36
-sp_screens += sp36/sp36.scn
-sp_docs += sp36/sp36.doc
-sp36_SOURCES = sp36/strict_order_mut.c
-sp36_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_sp36) $(support_includes)
-endif
-
if TEST_sp37
sp_tests += sp37
sp_screens += sp37/sp37.scn