Mercurial > repos > public > sbplib_julia
diff test/runtests.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | 7d52c4835d15 |
children | c1ebc96961a2 |
line wrap: on
line diff
--- a/test/runtests.jl Thu Sep 05 23:16:39 2024 +0200 +++ b/test/runtests.jl Sat Sep 07 12:11:53 2024 -0700 @@ -45,7 +45,7 @@ end end -testsetname = isempty(ARGS) ? "Sbplib.jl" : "["*join(ARGS, ", ")*"]" +testsetname = isempty(ARGS) ? "Diffinitive.jl" : "["*join(ARGS, ", ")*"]" @testset "$testsetname" begin run_testfiles(ARGS)