diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-05 17:11:28 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-05 17:11:28 (GMT) |
| commit | 783f01f478f99711710b24d8c85b0555dcdcf1fc (patch) | |
| tree | 2fce87a76b5dfc7012432d9ce45b0934404f0d51 /java/examples/groups | |
| parent | 620bfd58ae44dcf876303efb99482019ebbb9b6a (diff) | |
| parent | 8c49b6e05a7d40218b8129b29bd74bbd2b39758d (diff) | |
| download | hdf5-783f01f478f99711710b24d8c85b0555dcdcf1fc.zip hdf5-783f01f478f99711710b24d8c85b0555dcdcf1fc.tar.gz hdf5-783f01f478f99711710b24d8c85b0555dcdcf1fc.tar.bz2 | |
Merge pull request #57 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
All changes tested in Buildbot and locally.
* commit '8c49b6e05a7d40218b8129b29bd74bbd2b39758d':
HDFFV-9991: Remove uneeded file
Fix missing defines for standalone perf
Remove hanging property set
Revert clear objects for testfile removal
Merge test output file clearing into runTest.cmake
Move clear-objects inside runTest
Diffstat (limited to 'java/examples/groups')
| -rw-r--r-- | java/examples/groups/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/examples/groups/CMakeLists.txt b/java/examples/groups/CMakeLists.txt index c23b7d3..2cab211 100644 --- a/java/examples/groups/CMakeLists.txt +++ b/java/examples/groups/CMakeLists.txt @@ -90,17 +90,6 @@ ENDMACRO (ADD_H5_TEST file) if (BUILD_TESTING) foreach (example ${HDF_JAVA_EXAMPLES}) - add_test ( - NAME JAVA_groups-${example}-clear-objects - COMMAND ${CMAKE_COMMAND} - -E remove - ${example}.out - ${example}.out.err - ) - if (NOT "${last_test}" STREQUAL "") - set_tests_properties (JAVA_groups-${example}-clear-objects PROPERTIES DEPENDS ${last_test}) - endif (NOT "${last_test}" STREQUAL "") - set (last_test "JAVA_groups-${example}-clear-objects") if (NOT ${example} STREQUAL "H5Ex_G_Iterate" AND NOT ${example} STREQUAL "H5Ex_G_Visit") if (${example} STREQUAL "H5Ex_G_Compact") add_test ( |
