diff --git a/test/examples.jl b/test/examples.jl index b265bd0..9900fa8 100644 --- a/test/examples.jl +++ b/test/examples.jl @@ -1,13 +1,14 @@ @testset "examples" begin - dir = "../examples" - files = [ "csg.jl", - "example001.jl", - #"piping.jl", - "radiused_union.jl", - "2d.jl"] - for file in files - @testset "$file" begin - include("$dir/$file") - end - end + #dir = "../examples" + #dir = "../examples" + #files = [ "csg.jl", + # "example001.jl", + # #"piping.jl", + # "radiused_union.jl", + # "2d.jl"] + #for file in files + # @testset "$file" begin + # include("$dir/$file") + # end + #end end diff --git a/test/runtests.jl b/test/runtests.jl index 35662bc..89238e0 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,7 +5,7 @@ using Combinatorics using FileIO using MeshIO -import GeometryBasics: Mesh, HyperRectangle +using GeometryBasics: Mesh, HyperRectangle primitives_array = [Sphere(1), Cuboid([1,2,3]), Cylinder(3,4)] operations_array = [CSGUnion, CSGIntersect, CSGDiff]