Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 6, 2018
1 parent 30fb492 commit a54a7c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/polyhedron.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
const polyhedra_test = joinpath(Pkg.dir("Polyhedra"), "test")

include(joinpath(polyhedra_test, "utils.jl"))
include(joinpath(polyhedra_test, "alltests.jl"))
include(joinpath(polyhedra_test, "polyhedra.jl"))
@testset "Polyhedra tests with $arith arithmetic" for arith in [:float, :exact]
basicpolyhedrontests(CDDLibrary(arith))
runtests(CDDLibrary(arith))
polyhedratest(CDDLibrary(arith))
end

0 comments on commit a54a7c9

Please sign in to comment.