Makefile.in 547 B

1234567891011121314151617
  1. # uClibc inet tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. #
  4. ifeq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
  5. TESTS_DISABLED := bug-if1 gethost_r-align gethostid if_nameindex tst-aton \
  6. tst-network tst-ntoa test-ifaddrs
  7. endif
  8. ifeq ($(UCLIBC_HAS_SOCKET)$(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
  9. TESTS_DISABLED += tst-ether_aton tst-ethers tst-ethers-line
  10. endif
  11. ifeq ($(UCLIBC_HAS_RESOLVER_SUPPORT),)
  12. TESTS_DISABLED += tst-res
  13. else
  14. LDFLAGS_tst-res_glibc := -lresolv # assume it's glibc or somebody with that lib
  15. endif