Skip to content

Commit

Permalink
add tests to runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Sep 13, 2023
1 parent e66c2d1 commit 3c43622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
CFTime = "179af706-886a-5703-950a-314cd64e0468"
ClimaUtilities = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
using SafeTestsets

@safetestset "TimeManager tests" begin
include("timemanager.jl")
end

0 comments on commit 3c43622

Please sign in to comment.