From 7f6dae59d8aa45176fd3f5c09425b6b6345d5162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 3 Apr 2018 13:13:10 +0200 Subject: [PATCH] Define MOIT in tests --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index b42a2b1b112..a4336d89cc4 100755 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -15,6 +15,7 @@ using Base.Test using MathOptInterface const MOI = MathOptInterface +const MOIT = MOI.Test const MOIU = MOI.Utilities include("derivatives.jl")