From ad071b6884f6066b82d6ec34f03c9b06e8842b3c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 22 Apr 2018 15:54:56 +0200 Subject: 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. --- testsuites/sptests/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testsuites/sptests/Makefile.am') 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 -- cgit v1.2.3