comparison test/runtests.jl @ 1729:3c788144be42

Merge rename_module
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Sun, 08 Sep 2024 17:11:56 -0700
parents 471a948cd2b2
children c1ebc96961a2
comparison
equal deleted inserted replaced
1725:8317252e4535 1729:3c788144be42
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