diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-10-01 18:25:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-10-01 18:25:13 (GMT) |
commit | 7399587148195d6e8c76742ccf6e5085e717deca (patch) | |
tree | 5eab19cec6550442c7744e0bdc8e80133f633a27 /c++/examples | |
parent | 854ad7ad02694a009e3fecfa219e2a35a9ec1e6f (diff) | |
download | hdf5-7399587148195d6e8c76742ccf6e5085e717deca.zip hdf5-7399587148195d6e8c76742ccf6e5085e717deca.tar.gz hdf5-7399587148195d6e8c76742ccf6e5085e717deca.tar.bz2 |
[svn-r24243] Update list of generated files for clear-objects
Diffstat (limited to 'c++/examples')
-rw-r--r-- | c++/examples/CMakeTests.cmake | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/c++/examples/CMakeTests.cmake b/c++/examples/CMakeTests.cmake index 09159d7..b39dcfe 100644 --- a/c++/examples/CMakeTests.cmake +++ b/c++/examples/CMakeTests.cmake @@ -35,12 +35,12 @@ NAME cpp_ex_tutr-clear-objects COMMAND ${CMAKE_COMMAND} -E remove - cmprss.h5 - dset.h5 - extend.h5 - group.h5 - groups.h5 - subset.h5 + h5tutr_cmprss.h5 + h5tutr_dset.h5 + h5tutr_extend.h5 + h5tutr_group.h5 + h5tutr_groups.h5 + h5tutr_subset.h5 ) IF (NOT "${last_test}" STREQUAL "") SET_TESTS_PROPERTIES (cpp_ex_tutr-clear-objects PROPERTIES DEPENDS ${last_test}) @@ -56,4 +56,6 @@ ENDFOREACH (example ${tutr_examples}) #the following dependicies are handled by the order of the files # SET_TESTS_PROPERTIES(cpp_ex_h5tutr_crtatt PROPERTIES DEPENDS cpp_ex_h5tutr_crtdat) +# SET_TESTS_PROPERTIES(cpp_ex_h5tutr_rdwt PROPERTIES DEPENDS cpp_ex_h5tutr_crtdat) +# SET_TESTS_PROPERTIES(cpp_ex_h5tutr_crtgrpd PROPERTIES DEPENDS cpp_ex_h5tutr_crtgrpar)
\ No newline at end of file |