lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | # uClibc misc tests |
2 | # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. | ||||
3 | |||||
4 | TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob | ||||
5 | ifeq ($(UCLIBC_HAS_LFS),) | ||||
6 | TESTS_DISABLED += dirent64 | ||||
7 | endif | ||||
8 | CFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 | ||||
9 | |||||
10 | DODIFF_dirent := 1 | ||||
11 | DODIFF_dirent64 := 1 | ||||
12 | |||||
13 | OPTS_bug-glob1 := $(PWD) | ||||
14 | OPTS_tst-fnmatch := < tst-fnmatch.input |