diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-11 15:19:45 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-11 15:19:45 (GMT) |
commit | a58c01aac18bc68be22296c51c3d327d1220ce28 (patch) | |
tree | 60983c89900ceaac3ae7e5fdcff89cec1532ebdb /test | |
parent | c0e05f07470df35b5ceeebdf242cb830058713ab (diff) | |
download | hdf5-a58c01aac18bc68be22296c51c3d327d1220ce28.zip hdf5-a58c01aac18bc68be22296c51c3d327d1220ce28.tar.gz hdf5-a58c01aac18bc68be22296c51c3d327d1220ce28.tar.bz2 |
Small correction for my previous commit.
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeTests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index 40984b5..b5120d8 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -1115,7 +1115,7 @@ if (BUILD_SHARED_LIBS) ) set_tests_properties (H5TEST-shared-external_env PROPERTIES FIXTURES_REQUIRED shared_external_env_clear_objects - ENVIRONMENT "HDF5_EXTFILE_PREFIX=\${ORIGIN}" + ENVIRONMENT "srcdir=${HDF5_TEST_BINARY_DIR}/H5TEST-shared" WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST-shared ) @@ -1143,7 +1143,7 @@ if (BUILD_SHARED_LIBS) ) set_tests_properties (H5TEST-shared-vds_env PROPERTIES FIXTURES_REQUIRED shared_vds_env_clear_objects - ENVIRONMENT "HDF5_VDS_PREFIX=\${ORIGIN}/tmp" + ENVIRONMENT "srcdir=${HDF5_TEST_BINARY_DIR}/H5TEST-shared" WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST-shared ) |