mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Test scripts now execute in-source with creation of tmp dir (#3723)
Fixes a few issues created in #3580: * Fixes a problem where committed tools test files were deleted when cleaning after an in-source build * Fixes issues with test file paths in Autotools tools test scripts
This commit is contained in:
@@ -151,9 +151,9 @@ if (HDF5_PACK_EXAMPLES)
|
||||
COMPONENT hdfdocuments
|
||||
)
|
||||
|
||||
option (EXAMPLES_USE_RELEASE_NAME "Use the released examples artifact name" OFF)
|
||||
option (EXAMPLES_DOWNLOAD "Download to use released examples files" OFF)
|
||||
if (EXAMPLES_DOWNLOAD)
|
||||
option (EXAMPLES_USE_RELEASE_NAME "Use the released examples artifact name" OFF)
|
||||
if (EXAMPLES_USE_RELEASE_NAME)
|
||||
set (EXAMPLES_NAME ${EXAMPLES_TGZ_ORIGNAME})
|
||||
else ()
|
||||
|
||||
Reference in New Issue
Block a user