Skip to content

Commit 0eb14b1

Browse files
committed
Small cleanup
1 parent b937b1c commit 0eb14b1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

test/runtests.jl

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ using DataFrames
33
using DistributedFactorGraphs
44
using DistributedFactorGraphs.GraphsJl
55

6-
# Test Graphs.jl interface
7-
testDFGAPI = GraphsDFG
8-
include("interfaceTests.jl")
9-
6+
# Test each interface
7+
apis = [GraphsDFG]
8+
global testDFGAPI = nothing
9+
for api in apis
10+
global testDFGAPI = api
11+
include("interfaceTests.jl")
12+
end
1013
# Test other interfaces

0 commit comments

Comments
 (0)