diff --git a/test/runtests.jl b/test/runtests.jl index 6990d45..6eceb4f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -240,6 +240,8 @@ end @testset "ray-box isintersection" begin + using ImplicitBVH: isintersection + # Below box and ray going through corner box = BBox((0., 0., 0.), (1., 1., 1.)) point = [-1., -1., -1.]