[git commit] tests: disable ether tests if !HAS_SOCKET

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon May 2 08:15:41 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=63e3a411b1e4ae6c8c9132405f80f6c6bdf90183
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 |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/test/inet/Makefile.in b/test/inet/Makefile.in
index 0c0b9dc..0710d3d 100644
--- a/test/inet/Makefile.in
+++ b/test/inet/Makefile.in
@@ -3,5 +3,9 @@
 #
 ifeq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
 TESTS_DISABLED := bug-if1 gethost_r-align gethostid if_nameindex tst-aton \
-	tst-network tst-ntoa 
+	tst-network tst-ntoa
+endif
+
+ifeq ($(UCLIBC_HAS_SOCKET)$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
+TESTS_DISABLED := tst-ether_aton tst-ethers tst-ethers-line
 endif
-- 
1.7.3.4



More information about the uClibc-cvs mailing list