Skip to content

Commit

Permalink
wrap included tests in named testset
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Dec 16, 2018
1 parent b9d1f7c commit 93218b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Test
using SCIP

include("direct_library_calls.jl")
@testset "direct library calls" begin
include("direct_library_calls.jl")
end

0 comments on commit 93218b4

Please sign in to comment.