-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
adrifoster
committed
May 7, 2024
1 parent
b05fe49
commit 5ee5750
Showing
8 changed files
with
31 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# This file is required for unit testing, but is not used for production runs | ||
list(APPEND fates_sources | ||
TwoStreamMLPEMod.F90 | ||
FatesRadiationMemMod.F90 | ||
) | ||
|
||
sourcelist_to_parent(fates_sources) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# This is where you add specific test directories | ||
add_subdirectory(functional_testing/allometry fates_allom_test) | ||
add_subdirectory(functional_testing/math_utils fates_math_test) | ||
|
||
## Functional tests | ||
add_subdirectory(functional_testing/allometry fates_allom_ftest) | ||
add_subdirectory(functional_testing/math_utils fates_math_ftest) | ||
|
||
## Unit tests | ||
add_subdirectory(unit_testing/fire_weather_test fates_fire_weather_utest) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.