blob: 0710d3d7176446241107621205611c279a74eace [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# uClibc inet tests
2# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3#
4ifeq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
5TESTS_DISABLED := bug-if1 gethost_r-align gethostid if_nameindex tst-aton \
6 tst-network tst-ntoa
7endif
8
9ifeq ($(UCLIBC_HAS_SOCKET)$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
10TESTS_DISABLED := tst-ether_aton tst-ethers tst-ethers-line
11endif