Files
hdf5/hl/fortran/examples/CMakeTests.cmake
Allen Byrne 98bbf4a36a [svn-r24948] Group tests by Common name
Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32

Tested: local linux CMake
2014-04-02 13:35:01 -05:00

11 lines
551 B
CMake

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