Pārlūkot izejas kodu

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 14 gadi atpakaļ
vecāks
revīzija
247367948e
2 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
-TESTS_DISABLED += cancellation-points
 top_builddir=../../
 include ../Rules.mak
 -include Makefile.in

+ 1 - 0
test/pthread/Makefile.in

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