[rtems commit] posix: Enable more smptests tests by default

Sebastian Huber sebh at rtems.org
Tue Oct 30 06:12:50 UTC 2018


Module:    rtems
Branch:    master
Commit:    24f3e8fd5bd7e7749cb8e5ed506520126137319e
Changeset: http://git.rtems.org/rtems/commit/?id=24f3e8fd5bd7e7749cb8e5ed506520126137319e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct 25 14:02:23 2018 +0200

posix: Enable more smptests tests by default

Update #2514.

---

 testsuites/smptests/Makefile.am | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index 1ffa650..2e8e5b1 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -338,7 +338,6 @@ endif
 endif
 
 if HAS_SMP
-if HAS_POSIX
 if TEST_smppsxaffinity01
 smp_tests += smppsxaffinity01
 smp_screens += smppsxaffinity01/smppsxaffinity01.scn
@@ -349,10 +348,8 @@ smppsxaffinity01_CPPFLAGS = $(AM_CPPFLAGS) \
 	-I$(top_srcdir)/include
 endif
 endif
-endif
 
 if HAS_SMP
-if HAS_POSIX
 if TEST_smppsxaffinity02
 smp_tests += smppsxaffinity02
 smp_screens += smppsxaffinity02/smppsxaffinity02.scn
@@ -362,10 +359,8 @@ smppsxaffinity02_CPPFLAGS = $(AM_CPPFLAGS) \
 	$(TEST_FLAGS_smppsxaffinity02) $(support_includes)
 endif
 endif
-endif
 
 if HAS_SMP
-if HAS_POSIX
 if TEST_smppsxmutex01
 smp_tests += smppsxmutex01
 smp_screens += smppsxmutex01/smppsxmutex01.scn
@@ -375,7 +370,6 @@ smppsxmutex01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_smppsxmutex01) \
 	$(support_includes)
 endif
 endif
-endif
 
 if HAS_SMP
 if HAS_POSIX



More information about the vc mailing list