Skip to content

Commit

Permalink
Merge pull request #42 from Ozaq/use_dynamic_eccodes_binary_location
Browse files Browse the repository at this point in the history
Configure fdb_axes test with eccodes bin location
  • Loading branch information
simondsmart authored Oct 17, 2024
2 parents a789091 + 5626f22 commit 27fe83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/fdb/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ foreach( _t ${fdb_tools_tests} )
ecbuild_add_test(
TYPE SCRIPT
CONDITION HAVE_FDB_BUILD_TOOLS
ENVIRONMENT ECCODES_BINARY_PATH=$<TARGET_FILE_DIR:grib_set>
COMMAND ${_t}.sh)

endforeach()
Expand Down
2 changes: 1 addition & 1 deletion tests/fdb/tools/fdb_axes.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eux

export PATH=@CMAKE_BINARY_DIR@/bin:$PATH
export PATH=@CMAKE_BINARY_DIR@/bin:${ECCODES_BINARY_PATH}:$PATH
export FDB_HOME=@PROJECT_BINARY_DIR@

srcdir=@CMAKE_CURRENT_SOURCE_DIR@
Expand Down

0 comments on commit 27fe83a

Please sign in to comment.