Skip to content

Commit

Permalink
remove land_driver from ctest (ufs-community#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo authored Jul 1, 2024
1 parent aa4e002 commit 0ce07ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
10 changes: 0 additions & 10 deletions sorc/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ set_tests_properties(test_tile2vector
ENVIRONMENT "FIXlandda=$ENV{FIXlandda};
TOL=$ENV{TOL}")

# test for ufs-land-driver
add_test(NAME test_land_driver
COMMAND ${PROJECT_SOURCE_DIR}/test/test_ufs_land_driver.sh ${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/test)
set_tests_properties(test_land_driver
PROPERTIES
DEPENDS "test_tile2vector"
ENVIRONMENT "FIXlandda=$ENV{FIXlandda};
TOL=$ENV{TOL}")

# test for ufs-datm-lnd model
add_test(NAME test_ufs_datm_land
COMMAND ${PROJECT_SOURCE_DIR}/test/run_ufs_datm_lnd.sh ${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}
Expand Down
69 changes: 0 additions & 69 deletions sorc/test/test_ufs_land_driver.sh

This file was deleted.

0 comments on commit 0ce07ce

Please sign in to comment.