diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-12-03 22:26:37 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-12-03 22:26:37 (GMT) |
commit | 449373deb3dba60b52964cbd86ebe0021d019cfb (patch) | |
tree | a842dfed3fc72db374feeab57d3e3040ecb833cf /hl/fortran | |
parent | 109294e6e20afd46e3a1bdc722d900cec839716d (diff) | |
download | hdf5-449373deb3dba60b52964cbd86ebe0021d019cfb.zip hdf5-449373deb3dba60b52964cbd86ebe0021d019cfb.tar.gz hdf5-449373deb3dba60b52964cbd86ebe0021d019cfb.tar.bz2 |
[svn-r19870] Add tests for examples.
Tested: local linux
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/examples/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hl/fortran/examples/CMakeLists.txt b/hl/fortran/examples/CMakeLists.txt index 5e20da3..7f1dec5 100644 --- a/hl/fortran/examples/CMakeLists.txt +++ b/hl/fortran/examples/CMakeLists.txt @@ -26,4 +26,9 @@ FOREACH (example ${examples}) ${HDF5_LIB_TARGET} ) SET_TARGET_PROPERTIES (hl_f90_ex_${example} PROPERTIES LINKER_LANGUAGE Fortran) + + IF (BUILD_TESTING) + ADD_TEST (NAME hl_f90_ex_${example} COMMAND $<TARGET_FILE:hl_f90_ex_${example}>) + ENDIF (BUILD_TESTING) + ENDFOREACH (example ${examples}) |