Corrected invocation of a large file test in the CMake system, when large file tests are enabled.

This commit is contained in:
Ward Fisher 2013-08-28 09:38:43 -06:00
parent b29b189d86
commit 8ae3105e32

View File

@ -57,7 +57,7 @@ IF(BUILD_DISKLESS)
add_sh_test(nc_test run_mmap) add_sh_test(nc_test run_mmap)
ENDIF() ENDIF()
IF(LARGE_FILE_TESTS) IF(LARGE_FILE_TESTS)
add_sh_test(nc_test run_diskless2.sh) add_sh_test(nc_test run_diskless2)
ENDIF() ENDIF()
ENDIF() ENDIF()