summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples/CMakeTests.cmake
blob: 954a01b3645cf1466adf2fe532c31dbbde1555c1 (plain)
1
2
3
4
5
6
7
8
9
10

##############################################################################
##############################################################################
###           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})