summaryrefslogtreecommitdiff
path: root/test/signal
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-08 08:05:44 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-08 08:05:44 +0000
commit9be49589b10514dbc517a66fbec2b3b816bed922 (patch)
tree52530e297c169ea2f71debf8b096fd5ac312df1e /test/signal
parent1e85d9e01030c7d841ad00d3b044b6ad1bf06011 (diff)
Fix the test build system by installing headers on a local folder
instead of using internal headers. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'test/signal')
-rw-r--r--test/signal/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/signal/Makefile b/test/signal/Makefile
index a0b14a6c9..2ff96fa73 100644
--- a/test/signal/Makefile
+++ b/test/signal/Makefile
@@ -1,4 +1,8 @@
# uClibc signal tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)
+TESTS_DISABLED := tst-sigsimple
+endif
+
include ../Test.mak