Merge test output file clearing into runTest.cmake

This commit is contained in:
Allen Byrne
2016-10-03 15:34:11 -05:00
parent 869ef118e9
commit dd9caf37d2
19 changed files with 17 additions and 212 deletions

View File

@@ -96,8 +96,6 @@ if (BUILD_TESTING)
COMMAND ${CMAKE_COMMAND}
-E remove
${HDFJAVA_EXAMPLES_BINARY_DIR}/${example}.h5
${example}.out
${example}.out.err
)
if (NOT "${last_test}" STREQUAL "")
set_tests_properties (JAVA_datatypes-${example}-clear-objects PROPERTIES DEPENDS ${last_test})