Mercurial > repos > public > sbplib_julia
comparison test/runtests.jl @ 1285:7d52c4835d15 refactor/grids
Skip broken testsets
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Wed, 01 Mar 2023 09:06:15 +0100 |
| parents | ff0ef711c388 |
| children | 471a948cd2b2 |
comparison
equal
deleted
inserted
replaced
| 1283:54c3ed752730 | 1285:7d52c4835d15 |
|---|---|
| 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 |
