Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 26, 2023
1 parent bbc7aea commit f81ae82
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions model/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ function(unit_test name)
add_test(NAME ${name} COMMAND ${name})
endfunction()

# add_custom_command(
# OUTPUT mod_def.ww3
# COMMAND ./bin/ww3_grid
# COMMENT "Generating the mod_def.ww3 file"
# VERBATIM
# )

# add_custom_target(
# BuildModDef ALL
# DEPENDS mod_def.ww3
# )

# Copy test data files that are in the repo to the build directory.
copy_test_data(switch.io)
copy_test_data_2(ww3_grid.inp ww3_grid.inp)
Expand Down

0 comments on commit f81ae82

Please sign in to comment.