comparison test/runtests.jl @ 733:e279c53eb647 feature/selectable_tests

Remove todo
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 17 Mar 2021 21:22:00 +0100
parents dfbdb127d2d8
children f88b2117dc69 e7176fb09e98
comparison
equal deleted inserted replaced
732:6114274447f5 733:e279c53eb647
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 end 52 end
53
54 # Make standalone files fail the same way when run together and alone