Skip to content

Commit

Permalink
Remove commented out code and fix file line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Oct 24, 2024
1 parent a0ea54c commit 2b1c482
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 2 additions & 4 deletions test/unit-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ endif()

set(CMAKE_BUILD_TYPE Debug)

# add_subdirectory(include)
# add_subdirectory(../../schemes/utilities utilities)

set(UTILITIES_SRC
../../schemes/utilities/state_converters.F90
../../schemes/utilities/static_energy.F90
Expand All @@ -39,4 +36,5 @@ target_include_directories(utilities PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
if(ATMOSPHERIC_PHYSICS_ENABLE_TESTS OR ATMOSPHERIC_PHYSICS_ENABLE_CODE_COVERAGE)
enable_testing()
add_subdirectory(tests)
endif()
endif()

2 changes: 1 addition & 1 deletion test/unit-test/include/ccpp_kinds.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ module ccpp_kinds
public :: kind_phys

end module ccpp_kinds


3 changes: 2 additions & 1 deletion test/unit-test/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
add_subdirectory(utilities-tests)
add_subdirectory(utilities-tests)

3 changes: 2 additions & 1 deletion test/unit-test/tests/utilities-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_pfunit_ctest(utilities_tests
TEST_SOURCES test_state_converters.pf
LINK_LIBRARIES utilities
)
)

0 comments on commit 2b1c482

Please sign in to comment.