Files
hdf5/hl/fortran/examples/CMakeTests.cmake
Allen Byrne 8194f34ef7 [svn-r24072] Merge trunk cmake changes to 1.8 branch.
Also add default switch blocks to h5import.
Merge h5dump any_path option from trunk.

Tested: local linux
2013-08-26 10:35:15 -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})