Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
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 |