Skip to content

Commit

Permalink
renamed soca to marine; adjusted links
Browse files Browse the repository at this point in the history
  • Loading branch information
givelberg committed Sep 19, 2024
1 parent 1c256c5 commit 9efeaa4
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,5 @@ add_subdirectory(atm)

# gdas aerosol tests
add_subdirectory(aero)

add_subdirectory(marine)
8 changes: 4 additions & 4 deletions test/soca/CMakeLists.txt → test/marine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(TESTDATA ${PROJECT_BINARY_DIR}/test/testdata )
# Symlink test input yaml files
# -----------------------------
# create testinput dir
set (TESTINPUT_DIR ${PROJECT_BINARY_DIR}/test/soca/testinput)
set (TESTINPUT_DIR ${PROJECT_BINARY_DIR}/test/marine/testinput)

file(MAKE_DIRECTORY ${TESTINPUT_DIR})

Expand Down Expand Up @@ -46,12 +46,12 @@ function(CREATE_CONFIG_FILE
endfunction()


set(TEST_WORKING_DIR ${PROJECT_BINARY_DIR}/test/soca)
set(TEST_WORKING_DIR ${PROJECT_BINARY_DIR}/test/marine)

set(MARINE_BUFR2IODA_DIR ${PROJECT_SOURCE_DIR}/ush/ioda/bufr2ioda/marine)
set(MARINE_BUFR2IODA_DIR ${MARINE_BUFR2IODA_DIR}/b2i)
set(CONFIG_DIR ${PROJECT_SOURCE_DIR}/test/soca/testinput)
set(TESTREF_DIR ${PROJECT_SOURCE_DIR}/test/soca/testref)
set(CONFIG_DIR ${PROJECT_SOURCE_DIR}/test/marine/testinput)
set(TESTREF_DIR ${PROJECT_SOURCE_DIR}/test/marine/testref)


function(CHECK_AND_SET_PATH PATH1 PATH2 RESULT_VAR)
Expand Down

0 comments on commit 9efeaa4

Please sign in to comment.