Mercurial > repos > public > sbplib_julia
comparison test/runtests.jl @ 1351:d7f29359b822
Merge refactor/grids
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 19 May 2023 23:53:36 +0200 |
parents | 7d52c4835d15 |
children | 471a948cd2b2 |
comparison
equal
deleted
inserted
replaced
1323:95cac1ee8476 | 1351:d7f29359b822 |
---|---|
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 |