Skip to content

Commit d3ac97e

Browse files
committed
add test
1 parent 98e77f7 commit d3ac97e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/ExportAPI.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,8 @@ export makeSolverData!
358358

359359
export MetaPrior
360360

361+
# weakdeps on InteractiveUtils.jl
362+
export getCurrentWorkspaceFactors, getCurrentWorkspaceVariables
363+
export listTypeTree
364+
361365
#

test/basicGraphsOperations.jl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using IncrementalInference
2+
using InteractiveUtils
23
using Test
34

45
##
@@ -42,6 +43,19 @@ varT = _TestManiKde
4243
manikde!(varT, pts)
4344

4445

46+
##
47+
end
48+
49+
50+
@testset "test InteractiveUtilsExt" begin
51+
##
52+
53+
IIF.listTypeTree(AbstractManifoldMinimize)
54+
55+
IIF.getCurrentWorkspaceFactors()
56+
IIF.getCurrentWorkspaceVariables()
57+
58+
4559
##
4660
end
4761

0 commit comments

Comments
 (0)