OSDN Git Service

testsuite: do not run inet tests if !ipv4 && !ipv6
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 10 Jun 2010 20:24:43 +0000 (22:24 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 10 Jun 2010 20:24:43 +0000 (22:24 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/inet/Makefile.in [new file with mode: 0644]

diff --git a/test/inet/Makefile.in b/test/inet/Makefile.in
new file mode 100644 (file)
index 0000000..0c0b9dc
--- /dev/null
@@ -0,0 +1,7 @@
+# uClibc inet tests
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+#
+ifeq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
+TESTS_DISABLED := bug-if1 gethost_r-align gethostid if_nameindex tst-aton \
+       tst-network tst-ntoa 
+endif