Merge pull request #613 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop

* commit '55d82c8f747b3a817a4a0b6b12e506b9c2dc0878':
  Add test header for log
  Verify default paths exist in table
  Make sure zip_perf program does not run concurrently
This commit is contained in:
Allen Byrne 2017-07-26 11:02:55 -05:00
commit 634cc5f99d
2 changed files with 4 additions and 0 deletions

View File

@ -733,7 +733,10 @@ test_filter_path_apis(void)
if(H5Zfilter_avail(H5Z_FILTER_DYNLIB1) != TRUE) TEST_ERROR
TESTING(" initialize");
H5PLsize(&ndx);
if(ndx!=2) TEST_ERROR
PASSED();
TESTING(" remove");
/* Remove all existing paths*/

View File

@ -146,6 +146,7 @@ else ()
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
)
endif ()
set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS PERFORM_zip_perf_help)
if (H5_HAVE_PARALLEL)
add_test (NAME PERFORM_h5perf COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:h5perf>)