diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-12-03 12:21:54 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-12-03 12:22:11 +0100 |
commit | 247367948e9cb629126422ce2ea60c67c08bff70 (patch) | |
tree | 6e8c2439df20c722fa3d3af73053a9a5e4e9f38e /test/pthread/Makefile.in | |
parent | 396e595ced83405be53f6794493c72da1e30b58f (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/pthread/Makefile.in')
-rw-r--r-- | test/pthread/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |