HDFFV-11001 need to qualify all by parallel or serial types

This commit is contained in:
Allen Byrne
2020-01-15 12:28:53 -06:00
parent 26c65e106a
commit 7022a3380c
34 changed files with 375 additions and 368 deletions

View File

@@ -55,7 +55,7 @@ foreach (h5_file ${HDF_JAVA_TEST_FILES})
endforeach ()
add_custom_target(H5Ex_G_Visit_files ALL COMMENT "Copying files needed by H5Ex_G_Visit tests" DEPENDS ${H5Ex_G_Visit_files_list})
if (BUILD_TESTING AND HDF5_TEST_EXAMPLES)
if (BUILD_TESTING AND HDF5_TEST_EXAMPLES AND HDF5_TEST_SERIAL)
get_property (target_name TARGET ${HDF5_JAVA_JNI_LIB_TARGET} PROPERTY OUTPUT_NAME)
set (CMD_ARGS "-Dhdf.hdf5lib.H5.loadLibraryName=${target_name}$<$<CONFIG:Debug>:${CMAKE_DEBUG_POSTFIX}>;")