made run_diskless2 only run when doing large file tests

This commit is contained in:
Dennis Heimbigner 2012-04-09 22:43:30 +00:00
parent 48ca394d2e
commit 3e444c39d8

View File

@ -52,9 +52,9 @@ endif
TESTS = $(TESTPROGRAMS)
TESTS += run_diskless.sh
#if LARGE_FILE_TESTS
if LARGE_FILE_TESTS
TESTS += run_diskless2.sh
#endif
endif
# This will run a bunch of the test programs with valgrind, the memory
# checking tool. (Valgrind must be present for this to work.)