Also add default switch blocks to h5import. Merge h5dump any_path option from trunk. Tested: local linux
11 lines
543 B
CMake
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})
|