Makefile.in 683 B

1234567891011121314151617181920212223
  1. # uClibc-ng unistd tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. TESTS_DISABLED :=
  4. ifeq ($(TARGET_ARCH),avr32)
  5. TESTS_DISABLED += tst-fallocate tst-posix_fallocate tst-fallocate64
  6. endif
  7. ifeq ($(TARGET_ARCH),or1k)
  8. TESTS_DISABLED += tst-pselect
  9. endif
  10. # avoid endless loop
  11. TESTS_DISABLED += exec-null
  12. OPTS_getopt := -abcXXX -9
  13. OPTS_getopt_long := --add XXX --delete YYY --verbose
  14. # assume UCLIBC_HAS_GNU_GETOPT is enabled
  15. OPTS_tstgetopt := -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color --colour
  16. # for embedded systems 4 GB disk space is not available
  17. TESTS_DISABLED += tst-posix_fallocate64 tst-fallocate64