Skip to content

Commit

Permalink
Add Project.toml to Solvers folder
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 2, 2019
1 parent 01c77a6 commit 597fcd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/Solvers/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[deps]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
PolyJuMP = "ddf597a6-d67e-5340-b84c-e37d84115374"
2 changes: 1 addition & 1 deletion test/Solvers/glpk_tests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include("Tests/Tests.jl")
include("../Tests/Tests.jl")

using Test
using MathOptInterface
Expand Down

0 comments on commit 597fcd9

Please sign in to comment.