summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples/CMakeTests.cmake
blob: 178404140930f83a1351b87a2773b04865ca73d8 (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_f90_ex_${example} COMMAND $<TARGET_FILE:hl_f90_ex_${example}>)
endforeach (example ${examples})