diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-22 20:12:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-22 20:12:39 (GMT) |
commit | 0e8941b0881e5b39dbf87f2456c40eeb148dc79b (patch) | |
tree | 724397503997ab7ac710bc4287b969bd27d3a768 /java | |
parent | e3183aab0d348882fb3769c084c77498700b253b (diff) | |
download | hdf5-0e8941b0881e5b39dbf87f2456c40eeb148dc79b.zip hdf5-0e8941b0881e5b39dbf87f2456c40eeb148dc79b.tar.gz hdf5-0e8941b0881e5b39dbf87f2456c40eeb148dc79b.tar.bz2 |
[svn-r29524] Fix typo in test name
Diffstat (limited to 'java')
-rw-r--r-- | java/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/CMakeLists.txt b/java/test/CMakeLists.txt index a675177..4e20d89 100644 --- a/java/test/CMakeLists.txt +++ b/java/test/CMakeLists.txt @@ -103,7 +103,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug) endif(CMAKE_BUILD_TYPE MATCHES Debug) add_test ( - NAME JJUnit-interface-clearall-objects + NAME JUnit-interface-clearall-objects COMMAND ${CMAKE_COMMAND} -E remove JUnit-interface.out |