posix: Enable more smptests tests by default

Update #2514.
This commit is contained in:
Sebastian Huber
2018-10-25 14:02:23 +02:00
parent ef16a111c7
commit 24f3e8fd5b

View File

@@ -338,7 +338,6 @@ endif
endif endif
if HAS_SMP if HAS_SMP
if HAS_POSIX
if TEST_smppsxaffinity01 if TEST_smppsxaffinity01
smp_tests += smppsxaffinity01 smp_tests += smppsxaffinity01
smp_screens += smppsxaffinity01/smppsxaffinity01.scn smp_screens += smppsxaffinity01/smppsxaffinity01.scn
@@ -349,10 +348,8 @@ smppsxaffinity01_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/include -I$(top_srcdir)/include
endif endif
endif endif
endif
if HAS_SMP if HAS_SMP
if HAS_POSIX
if TEST_smppsxaffinity02 if TEST_smppsxaffinity02
smp_tests += smppsxaffinity02 smp_tests += smppsxaffinity02
smp_screens += smppsxaffinity02/smppsxaffinity02.scn smp_screens += smppsxaffinity02/smppsxaffinity02.scn
@@ -362,10 +359,8 @@ smppsxaffinity02_CPPFLAGS = $(AM_CPPFLAGS) \
$(TEST_FLAGS_smppsxaffinity02) $(support_includes) $(TEST_FLAGS_smppsxaffinity02) $(support_includes)
endif endif
endif endif
endif
if HAS_SMP if HAS_SMP
if HAS_POSIX
if TEST_smppsxmutex01 if TEST_smppsxmutex01
smp_tests += smppsxmutex01 smp_tests += smppsxmutex01
smp_screens += smppsxmutex01/smppsxmutex01.scn smp_screens += smppsxmutex01/smppsxmutex01.scn
@@ -375,7 +370,6 @@ smppsxmutex01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_smppsxmutex01) \
$(support_includes) $(support_includes)
endif endif
endif endif
endif
if HAS_SMP if HAS_SMP
if HAS_POSIX if HAS_POSIX