Skip to content

Commit

Permalink
migrating unit testing to folder unit_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed May 1, 2024
1 parent b49d1ab commit 5d5d205
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ add_subdirectory(${HLM_ROOT}/src/fates/biogeophys fates_biogeophys)
add_subdirectory(${HLM_ROOT}/src/fates/parteh fates_parteh)
add_subdirectory(${HLM_ROOT}/src/fates/fire fates_fire)
add_subdirectory(${HLM_ROOT}/src/fates/radiation fates_radiation)
add_subdirectory(${HLM_ROOT}/src/fates/unit_test_shr unit_share)
add_subdirectory(${HLM_ROOT}/src/fates/unit_testing/unit_test_shr unit_share)

# Remove shr_mpi_mod from share_sources.
# This is needed because we want to use the mock shr_mpi_mod in place of the real one
Expand Down Expand Up @@ -93,5 +93,5 @@ link_directories(${CMAKE_CURRENT_BINARY_DIR})
# has tests in it. However, it appears that the order needs to be done
# carefully: for example, include_directories and link_directories needs to be
# done before adding the tests themselves.
add_subdirectory(${HLM_ROOT}/src/fates/functional_unit_testing/allometry fates_allom_test)
add_subdirectory(${HLM_ROOT}/src/fates/functional_unit_testing/math_utils fates_math_test)
add_subdirectory(${HLM_ROOT}/src/fates/unit_testing/allometry fates_allom_test)
add_subdirectory(${HLM_ROOT}/src/fates/unit_testing/math_utils fates_math_test)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5d5d205

Please sign in to comment.