comparison test/runtests.jl @ 1748:03894fd7b132 feature/grids/manifolds

Merge feature/grids/curvilinear
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 11 Sep 2024 15:41:58 +0200
parents 471a948cd2b2
children c1ebc96961a2
comparison
equal deleted inserted replaced
1695:a4c52ae93b11 1748:03894fd7b132
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