summaryrefslogtreecommitdiff
path: root/test/misc/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-11 19:20:50 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-11 19:20:50 +0200
commit8642c931a3ef2e944871b32b293df872eb7a1ae0 (patch)
treecda2b4ce008a9db352516b08ece20481c68ca18b /test/misc/Makefile.in
parent164632713b320eb022629696fefff2cf7c38d485 (diff)
testsuite: disable some tests for !LFS
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/misc/Makefile.in')
-rw-r--r--test/misc/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in
index 43d1ae77f..226321131 100644
--- a/test/misc/Makefile.in
+++ b/test/misc/Makefile.in
@@ -2,7 +2,9 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob
-
+ifeq ($(UCLIBC_HAS_LFS),)
+TESTS_DISABLED += dirent64
+endif
CFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
DODIFF_dirent := 1