hdf5/hl/fortran/examples/CMakeTests.cmake
Allen Byrne 6c5e74942d [svn-r24782] HDFFV-8700 -
KitWare recommendations: Change CMake commands to lower case.
2014-03-11 17:07:13 -05:00

11 lines
543 B
CMake

##############################################################################
##############################################################################
### T E S T I N G ###
##############################################################################
##############################################################################
foreach (example ${examples})
add_test (NAME hl_f90_ex_${example} COMMAND $<TARGET_FILE:hl_f90_ex_${example}>)
endforeach (example ${examples})