Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove land_driver from ctest #123

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading