Makefile.in 591 B

1234567891011121314151617181920
  1. # uClibc misc tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob
  4. ifeq ($(UCLIBC_HAS_LFS),)
  5. TESTS_DISABLED += dirent64
  6. endif
  7. CFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
  8. DODIFF_dirent := 1
  9. DODIFF_dirent64 := 1
  10. DODIFF_tst-statfs := 1
  11. DODIFF_tst-statvfs := 1
  12. OPTS_bug-glob1 := $(PWD)
  13. OPTS_tst-fnmatch := < tst-fnmatch.input
  14. MNTENTS = $(shell mount | while read dev on mp rest; do echo $$mp; done)
  15. OPTS_tst-statfs := $(MNTENTS)
  16. OPTS_tst-statvfs := $(MNTENTS)