comparison test/runtests.jl @ 1751:f3d7e2d7a43f feature/sbp_operators/laplace_curvilinear

Merge feature/grids/manifolds
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 11 Sep 2024 16:26:19 +0200
parents 471a948cd2b2
children c1ebc96961a2
comparison
equal deleted inserted replaced
1731:3684db043add 1751:f3d7e2d7a43f
43 println() 43 println()
44 end 44 end
45 end 45 end
46 end 46 end
47 47
48 testsetname = isempty(ARGS) ? "Sbplib.jl" : "["*join(ARGS, ", ")*"]" 48 testsetname = isempty(ARGS) ? "Diffinitive.jl" : "["*join(ARGS, ", ")*"]"
49 49
50 @testset "$testsetname" begin 50 @testset "$testsetname" begin
51 run_testfiles(ARGS) 51 run_testfiles(ARGS)
52 println() 52 println()
53 end 53 end