diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-08 08:05:44 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-08 08:05:44 +0000 |
commit | 9be49589b10514dbc517a66fbec2b3b816bed922 (patch) | |
tree | 52530e297c169ea2f71debf8b096fd5ac312df1e /test/signal/Makefile | |
parent | 1e85d9e01030c7d841ad00d3b044b6ad1bf06011 (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/Makefile')
-rw-r--r-- | test/signal/Makefile | 4 |
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 |