summaryrefslogtreecommitdiffstats
path: root/tools/test/h5ls/CMakeTestsVDS.cmake
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-07 12:50:59 (GMT)
committerGitHub <noreply@github.com>2023-06-07 12:50:59 (GMT)
commit2ea39d926a481769ee54a561bf6b754adb8fa0a6 (patch)
treee023f5f7bc01cc7fdb184fc35553bc17c4411a2b /tools/test/h5ls/CMakeTestsVDS.cmake
parent4c57a5b06417e823eef153ae306a6ce06bd907ee (diff)
downloadhdf5-2ea39d926a481769ee54a561bf6b754adb8fa0a6.zip
hdf5-2ea39d926a481769ee54a561bf6b754adb8fa0a6.tar.gz
hdf5-2ea39d926a481769ee54a561bf6b754adb8fa0a6.tar.bz2
Move config/cmake_ext_mod content to config/cmake (#3062)
Diffstat (limited to 'tools/test/h5ls/CMakeTestsVDS.cmake')
-rw-r--r--tools/test/h5ls/CMakeTestsVDS.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5ls/CMakeTestsVDS.cmake b/tools/test/h5ls/CMakeTestsVDS.cmake
index e93e7e7..5ef21ab 100644
--- a/tools/test/h5ls/CMakeTestsVDS.cmake
+++ b/tools/test/h5ls/CMakeTestsVDS.cmake
@@ -99,7 +99,7 @@
-D "TEST_OUTPUT=${resultfile}.out"
-D "TEST_EXPECT=${resultcode}"
-D "TEST_REFERENCE=${resultfile}.ls"
- -P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
+ -P "${HDF_RESOURCES_DIR}/runTest.cmake"
)
endif ()
endmacro ()
@@ -128,7 +128,7 @@
-D "TEST_REFERENCE=vds/prefix/${resultfile}.ls"
-D "TEST_ENV_VAR=HDF5_VDS_PREFIX"
-D "TEST_ENV_VALUE=\${ORIGIN}"
- -P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
+ -P "${HDF_RESOURCES_DIR}/runTest.cmake"
)
endif ()
endmacro ()