Skip to content

Commit 9e36c4d

Browse files
committed
change the order of tests
1 parent 47ac2a7 commit 9e36c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ using OperationsResearchModels
33
using OperationsResearchModels.Simplex
44

55

6+
include("testjump.jl")
7+
include("testassignment.jl")
68
include("testtransportation.jl")
79
include("testrandomkeyga.jl")
810
include("testtravelingsalesman.jl")
911
include("testjohnsons.jl")
1012
include("testutility.jl")
11-
include("testjump.jl")
12-
include("testassignment.jl")
1313
include("testshortestpath.jl")
1414
include("testmaximumflow.jl")
1515
include("testgame.jl")

0 commit comments

Comments
 (0)