Skip to content

Commit

Permalink
Add an empty unit tester for DUSTMod
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed May 17, 2024
1 parent 21f38b4 commit 7d8213b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/biogeochem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ list(APPEND clm_sources
CNPhenologyMod.F90
CNSpeciesMod.F90
CNDVType.F90
DUSTMod.F90
CropReprPoolsMod.F90
CropType.F90
CNVegStateType.F90
Expand Down
1 change: 1 addition & 0 deletions src/biogeochem/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ add_subdirectory(Species_test)
add_subdirectory(CNVegComputeSeed_test)
add_subdirectory(CNPhenology_test)
add_subdirectory(Latbaset_test)
add_subdirectory(DustEmis_test)
1 change: 1 addition & 0 deletions src/biogeophys/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ list(APPEND clm_sources
BalanceCheckMod.F90
CanopyStateType.F90
EnergyFluxType.F90
FrictionVelocityMod.F90
GlacierSurfaceMassBalanceMod.F90
HillslopeHydrologyUtilsMod.F90
HumanIndexMod.F90
Expand Down
1 change: 1 addition & 0 deletions src/unit_test_stubs/share_esmf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
list(APPEND clm_sources
ExcessIceStreamType.F90
ZenderSoilErodStreamType.F90
)

sourcelist_to_parent(clm_sources)

0 comments on commit 7d8213b

Please sign in to comment.