Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Apr 21, 2024
1 parent dc25190 commit 3be8507
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PlotsExt = "Plots"

[compat]
CairoMakie = "0.20"
DelimitedFiles = "1"
DocStringExtensions = "0.9"
GeoParams = "0.4, 0.5"
Expand Down
16 changes: 8 additions & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
using Test
using LaMEM

#include("test_julia_setups.jl")
#include("runLaMEM.jl")
#include("read_timestep.jl")
#include("run_lamem_save_grid_test.jl")
#include("mesh_refinement_test.jl")
#include("read_logfile.jl")
#include("test_compression.jl")
#include("test_GeoParams_integration.jl")
include("test_julia_setups.jl")
include("runLaMEM.jl")
include("read_timestep.jl")
include("run_lamem_save_grid_test.jl")
include("mesh_refinement_test.jl")
include("read_logfile.jl")
include("test_compression.jl")
include("test_GeoParams_integration.jl")
include("test_examples.jl")

if !Sys.iswindows()
Expand Down

0 comments on commit 3be8507

Please sign in to comment.