Mercurial > repos > public > sbplib_julia
comparison test/runtests.jl @ 727:95b207729b7a feature/selectable_tests
Add some todos to runtest.jl
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Mar 2021 20:34:18 +0100 |
parents | 1c5600a711ae |
children | 1ea81e106482 |
comparison
equal
deleted
inserted
replaced
717:1c5600a711ae | 727:95b207729b7a |
---|---|
42 testsetname = isempty(ARGS) ? "Sbplib.jl" : join(ARGS, ", ") | 42 testsetname = isempty(ARGS) ? "Sbplib.jl" : join(ARGS, ", ") |
43 | 43 |
44 @testset "$testsetname" begin | 44 @testset "$testsetname" begin |
45 run_testfiles(ARGS) | 45 run_testfiles(ARGS) |
46 end | 46 end |
47 | |
48 # Make it more clear that a glob was used in the test set name. | |
49 # Make standalone files fail the same way when run together and alone | |
50 # Add a timer for each file run |