Skip to content

Commit

Permalink
Merge pull request TEOS-10#3 from JCSDA/bugfix/bad-rpath
Browse files Browse the repository at this point in the history
bugfix/bad-rpath
  • Loading branch information
guillaumevernieres authored Jan 10, 2019
2 parents dcdc80b + 4e808bd commit ac15929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ list( APPEND gsw_test_files
# Create test executables and add tests
foreach( test_file ${gsw_test_files} )
string( REPLACE ".f90" "" test_name ${test_file} )
add_executable( ${test_name} ${test_file} )
target_link_libraries( ${test_name} gsw)
add_test( NAME ${test_name} COMMAND ${test_name} )
ecbuild_add_test(TARGET ${test_name}
SOURCES ${test_file}
LIBS gsw)
endforeach( test_file ${gsw_test_files} )

0 comments on commit ac15929

Please sign in to comment.