@@ -17,44 +17,44 @@ using Dates
17
17
# global_logger(logger)
18
18
19
19
# Test each interface
20
- # apis = [
21
- # GraphsDFG,
22
- # DistributedFactorGraphs.SymbolDFG,
23
- # LightDFG
24
- # ]
25
- # for api in apis
26
- # @testset "Testing Driver: $(api)" begin
27
- # @info "Testing Driver: $(api)"
28
- # global testDFGAPI = api
29
- # include("interfaceTests.jl")
30
- # end
31
- # end
32
- #
33
- # @testset "Deprecated Drivers Test" begin
34
- # @test_throws UndefVarError SymbolDFG{NoSolverParams}()
35
- # end
36
- #
37
- # # Test special cases
38
- #
39
- # @testset "Plotting Tests" begin
40
- # include("plottingTest.jl")
41
- # end
42
- #
43
- # @testset "Data Store Tests" begin
44
- # include("DataStoreTests.jl")
45
- # end
46
- #
47
- #
48
- # @testset "LightDFG subtype tests" begin
49
- # for type in [(var=DFGVariableSummary, fac=DFGFactorSummary), (var=SkeletonDFGVariable,fac=SkeletonDFGFactor)]
50
- # @testset "$(type.var) and $(type.fac) tests" begin
51
- # @info "Testing $(type.var) and $(type.fac)"
52
- # global VARTYPE = type.var
53
- # global FACTYPE = type.fac
54
- # include("LightDFGSummaryTypes.jl")
55
- # end
56
- # end
57
- # end
20
+ apis = [
21
+ GraphsDFG,
22
+ DistributedFactorGraphs. SymbolDFG,
23
+ LightDFG
24
+ ]
25
+ for api in apis
26
+ @testset " Testing Driver: $(api) " begin
27
+ @info " Testing Driver: $(api) "
28
+ global testDFGAPI = api
29
+ include (" interfaceTests.jl" )
30
+ end
31
+ end
32
+
33
+ @testset " Deprecated Drivers Test" begin
34
+ @test_throws UndefVarError SymbolDFG {NoSolverParams} ()
35
+ end
36
+
37
+ # Test special cases
38
+
39
+ @testset " Plotting Tests" begin
40
+ include (" plottingTest.jl" )
41
+ end
42
+
43
+ @testset " Data Store Tests" begin
44
+ include (" DataStoreTests.jl" )
45
+ end
46
+
47
+
48
+ @testset " LightDFG subtype tests" begin
49
+ for type in [(var= DFGVariableSummary, fac= DFGFactorSummary), (var= SkeletonDFGVariable,fac= SkeletonDFGFactor)]
50
+ @testset " $(type. var) and $(type. fac) tests" begin
51
+ @info " Testing $(type. var) and $(type. fac) "
52
+ global VARTYPE = type. var
53
+ global FACTYPE = type. fac
54
+ include (" LightDFGSummaryTypes.jl" )
55
+ end
56
+ end
57
+ end
58
58
59
59
if get (ENV , " IIF_TEST" , " " ) == " true"
60
60
0 commit comments