diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-16 18:22:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-16 18:22:36 (GMT) |
commit | 7349aa2b68ef7dd1d9eaaf1e03795ae338877bc6 (patch) | |
tree | a4efd914872a4f22780d39d9e5ef682ade772f20 /tools/h5diff | |
parent | 186d01285a70848570482c853d00c151323981fa (diff) | |
download | hdf5-7349aa2b68ef7dd1d9eaaf1e03795ae338877bc6.zip hdf5-7349aa2b68ef7dd1d9eaaf1e03795ae338877bc6.tar.gz hdf5-7349aa2b68ef7dd1d9eaaf1e03795ae338877bc6.tar.bz2 |
[svn-r19792] Revised the valgrind ignore list, added simple execute command tests for when doing a valgrind test of tools that only use a cmake script for testing.
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5diff/CMakeLists.txt b/tools/h5diff/CMakeLists.txt index b86a804..4ad17de 100644 --- a/tools/h5diff/CMakeLists.txt +++ b/tools/h5diff/CMakeLists.txt @@ -608,6 +608,12 @@ IF (BUILD_TESTING) h5diff_90.out.err ) + # If using memchecker add tests without using scripts + IF (HDF5_ENABLE_USING_MEMCHECKER) + ADD_TEST (NAME H5DIFF-help COMMAND h5diff -h) + ADD_TEST (NAME H5DIFF-normal-mode COMMAND h5diff ${FILE1} ${FILE2}) + ENDIF (HDF5_ENABLE_USING_MEMCHECKER) + # ############################################################################ # # Common usage # ############################################################################ |