Skip to content

Commit

Permalink
fixed missing Tests.jl file
Browse files Browse the repository at this point in the history
  • Loading branch information
smarras79 committed Apr 19, 2024
1 parent 243375d commit 5fc5787
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/CI-runs/CompEuler/thetaTracers/Tests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module CompEulerthetaTests

project_root = dirname(Base.current_project())
include(joinpath(project_root, "test", "solnCompare.jl"))

using .solnCompare
using Test

@testset "JEXPRESSO Examples" begin run_example("CompEuler", "thetaTracers") end
end # module

0 comments on commit 5fc5787

Please sign in to comment.