Mercurial > repos > public > sbplib_julia
comparison test/runtests.jl @ 1359:646027afe74b bugfix/lazytensors
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 May 2023 14:33:25 +0200 |
parents | 7d52c4835d15 |
children | 471a948cd2b2 |
comparison
equal
deleted
inserted
replaced
1299:4c0bc52e170f | 1359:646027afe74b |
---|---|
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 |