Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Jun 19, 2024
1 parent f5ea084 commit e8f9f59
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions test/examples.jl
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e8f9f59

Please sign in to comment.