summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-12-03 12:21:54 +0100
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-12-03 12:22:11 +0100
commit247367948e9cb629126422ce2ea60c67c08bff70 (patch)
tree6e8c2439df20c722fa3d3af73053a9a5e4e9f38e /test
parent396e595ced83405be53f6794493c72da1e30b58f (diff)
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>
Diffstat (limited to 'test')
-rw-r--r--test/pthread/Makefile1
-rw-r--r--test/pthread/Makefile.in1
2 files changed, 1 insertions, 1 deletions
diff --git a/test/pthread/Makefile b/test/pthread/Makefile
index 5f2033d42..d6f00d643 100644
--- a/test/pthread/Makefile
+++ b/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
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in
index d3412f6b8..c50748d69 100644
--- a/test/pthread/Makefile.in
+++ b/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