summaryrefslogtreecommitdiffstats
path: root/java/examples/groups
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-10-12 13:08:34 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-10-12 13:08:34 (GMT)
commit68055cea638cc3bb90a481e001161b8cb33ce087 (patch)
tree4135f25c507f66087ff457dc40d3d14ec20585c1 /java/examples/groups
parentfdb1202f5072bc4fe77a5b46d4976ab4e620571c (diff)
parentf067d70823d760973996ea439c698e6f0e8432d6 (diff)
downloadhdf5-68055cea638cc3bb90a481e001161b8cb33ce087.zip
hdf5-68055cea638cc3bb90a481e001161b8cb33ce087.tar.gz
hdf5-68055cea638cc3bb90a481e001161b8cb33ce087.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_CppAPI into develop
Diffstat (limited to 'java/examples/groups')
-rw-r--r--java/examples/groups/CMakeLists.txt11
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 (