OSDN Git Service

build: Move test build flags in Makefile.in
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 3 Dec 2009 11:21:54 +0000 (12:21 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 3 Dec 2009 11:22:11 +0000 (12:22 +0100)
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>
test/pthread/Makefile
test/pthread/Makefile.in

index 5f2033d..d6f00d6 100644 (file)
@@ -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
index d3412f6..c50748d 100644 (file)
@@ -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