Mercurial > repos > public > sbplib_julia
comparison test/runtests.jl @ 1360:f59228534d3a tooling/benchmarks
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 May 2023 15:15:22 +0200 |
parents | 7d52c4835d15 |
children | 471a948cd2b2 |
comparison
equal
deleted
inserted
replaced
1321:42738616422e | 1360:f59228534d3a |
---|---|
47 | 47 |
48 testsetname = isempty(ARGS) ? "Sbplib.jl" : "["*join(ARGS, ", ")*"]" | 48 testsetname = isempty(ARGS) ? "Sbplib.jl" : "["*join(ARGS, ", ")*"]" |
49 | 49 |
50 @testset "$testsetname" begin | 50 @testset "$testsetname" begin |
51 run_testfiles(ARGS) | 51 run_testfiles(ARGS) |
52 println() | |
52 end | 53 end |