summaryrefslogtreecommitdiffstats
path: root/java/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2017-03-07 21:56:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2017-03-07 21:56:41 (GMT)
commit7f95d847e699c2f4f8bd80c5ddf27d623ae1ca35 (patch)
tree929e003508fa381dded288545de97975c3c84544 /java/test
parentcc75f67514c604fd873d2bbd398906be8189f7db (diff)
parent1a1bdc1219a9793b159806bd8e484c6218995494 (diff)
downloadhdf5-7f95d847e699c2f4f8bd80c5ddf27d623ae1ca35.zip
hdf5-7f95d847e699c2f4f8bd80c5ddf27d623ae1ca35.tar.gz
hdf5-7f95d847e699c2f4f8bd80c5ddf27d623ae1ca35.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_page_buffering_07
Diffstat (limited to 'java/test')
-rw-r--r--java/test/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/test/CMakeLists.txt b/java/test/CMakeLists.txt
index d0bdcb0..8912b3f 100644
--- a/java/test/CMakeLists.txt
+++ b/java/test/CMakeLists.txt
@@ -91,10 +91,10 @@ set (testfilter "OK (598 tests)")
if (CMAKE_BUILD_TYPE MATCHES Debug)
if (WIN32)
set (CMD_ARGS "-Dhdf.hdf5lib.H5.loadLibraryName=hdf5_java_D;")
- else()
+ else ()
set (CMD_ARGS "-Dhdf.hdf5lib.H5.loadLibraryName=hdf5_java_debug;")
- endif()
-endif()
+ endif ()
+endif ()
add_test (
NAME JUnit-interface-clearall-objects