Explorar o código

build: Move test build flags in Makefile.in

Move test build flags in Makefile.in
Makefile should be used only as a container for other sub Makefiles

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso %!s(int64=14) %!d(string=hai) anos
pai
achega
247367948e
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 0 1
      test/pthread/Makefile
  2. 1 0
      test/pthread/Makefile.in

+ 0 - 1
test/pthread/Makefile

@@ -1,7 +1,6 @@
 # uClibc pthread tests
 # uClibc pthread tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
 
-TESTS_DISABLED += cancellation-points
 top_builddir=../../
 top_builddir=../../
 include ../Rules.mak
 include ../Rules.mak
 -include Makefile.in
 -include Makefile.in

+ 1 - 0
test/pthread/Makefile.in

@@ -1,6 +1,7 @@
 # uClibc pthread tests
 # uClibc pthread tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
 
+TESTS_DISABLED += cancellation-points
 
 
 EXTRA_LDFLAGS := -lpthread
 EXTRA_LDFLAGS := -lpthread