summaryrefslogtreecommitdiff
path: root/test/signal/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/signal/Makefile.in')
-rw-r--r--test/signal/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/signal/Makefile.in b/test/signal/Makefile.in
new file mode 100644
index 0000000..c8e2545
--- /dev/null
+++ b/test/signal/Makefile.in
@@ -0,0 +1,6 @@
+# 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