From 9f49340f352fecf03ce163ebdf909084490af821 Mon Sep 17 00:00:00 2001 From: patrickersing Date: Mon, 18 Dec 2023 17:12:06 +0100 Subject: [PATCH] fix tests #3 --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index fb8e5ef..4a7f4f4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -10,7 +10,7 @@ const TRIXI_MPI_NPROCS = clamp(Sys.CPU_THREADS, 2, 3) const TRIXI_NTHREADS = clamp(Sys.CPU_THREADS, 2, 3) @time @testset "TrixiShallowWater.jl tests" begin - @time if TRIXI_TEST == "all" + @time if TRIXI_TEST == "all" || TRIXI_TEST == "tree_part1" include("test_tree_1d_shallowwater_wet_dry.jl") end