Skip to content

Commit 9efde48

Browse files
committed
actually include tests
1 parent e9fb515 commit 9efde48

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/utils/SpatialTreeInterface/SpatialTreeInterface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import AbstractTrees
88

99
# public isspatialtree, isleaf, getchild, nchild, child_indices_extents, node_extent
1010
export query, do_query
11+
export FlatNoTree
1112

1213
# ## Interface
1314
# Interface definition for spatial tree types.

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ end
1111

1212
@safetestset "Types" begin include("types.jl") end
1313
@safetestset "Primitives" begin include("primitives.jl") end
14+
15+
# Utils
16+
@safetestset "LoopStateMachine" begin include("utils/LoopStateMachine.jl") end
17+
@safetestset "SpatialTreeInterface" begin include("utils/SpatialTreeInterface.jl") end
18+
1419
# Methods
1520
@safetestset "Angles" begin include("methods/angles.jl") end
1621
@safetestset "Area" begin include("methods/area.jl") end

0 commit comments

Comments
 (0)