comparison test/runtests.jl @ 1829:871f3f1decea refactor/grids/iterable_boundary_indices

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 20 Oct 2024 21:38:09 +0200
parents 471a948cd2b2
children c1ebc96961a2
comparison
equal deleted inserted replaced
1828:8adecef380b4 1829:871f3f1decea
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