[git commit master 1/1] testsuite: do not run inet tests if !ipv4 && !ipv6

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Jun 10 20:26:29 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=6af7f177138cf98e24979762addfbcaebb352bd1
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 test/inet/Makefile.in |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 test/inet/Makefile.in

diff --git a/test/inet/Makefile.in b/test/inet/Makefile.in
new file mode 100644
index 0000000..0c0b9dc
--- /dev/null
+++ b/test/inet/Makefile.in
@@ -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
-- 
1.7.1



More information about the uClibc-cvs mailing list