| 1234567891011121314151617181920 | # uClibc misc tests# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglobifeq  ($(UCLIBC_HAS_LFS),)TESTS_DISABLED += dirent64endifCFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64DODIFF_dirent    := 1DODIFF_dirent64  := 1DODIFF_tst-statfs := 1DODIFF_tst-statvfs := 1OPTS_bug-glob1   := $(PWD)OPTS_tst-fnmatch := < tst-fnmatch.inputMNTENTS = $(shell mount | while read dev on mp rest; do echo $$mp; done)OPTS_tst-statfs := $(MNTENTS)OPTS_tst-statvfs := $(MNTENTS)
 |