We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1b410 commit f86a276Copy full SHA for f86a276
test/CMakeLists.txt
@@ -49,7 +49,10 @@ endforeach()
49
# Tests
50
#-----------------------------------------------------------------------------
51
foreach(vfd_test ${vfd_gds_tests})
52
- add_test(NAME "gds_vfd_test"
+ add_test(NAME "${vfd_test}"
53
COMMAND $<TARGET_FILE:${vfd_test}>
54
)
55
+ set_tests_properties(${vfd_test} PROPERTIES
56
+ ENVIRONMENT "HDF5_PLUGIN_PATH=${CMAKE_RUNTIME_OUTPUT_DIRECTORY}"
57
+ )
58
endforeach()
0 commit comments