Skip to content

Commit

Permalink
Split boolean tests (#792)
Browse files Browse the repository at this point in the history
* Split Boolean test

* Fix name

* formatting

* move cubes test

* formatting

* format

* move tests

* update complex_boolean
  • Loading branch information
dasoya authored Apr 25, 2024
1 parent c60df1b commit a8b8bf7
Show file tree
Hide file tree
Showing 3 changed files with 1,026 additions and 1,006 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project(manifold_test)
set(CMAKE_CXX_STANDARD 17)
enable_testing()

set(SOURCE_FILES polygon_test.cpp cross_section_test.cpp manifold_test.cpp boolean_test.cpp sdf_test.cpp samples_test.cpp test_main.cpp)
set(SOURCE_FILES polygon_test.cpp cross_section_test.cpp manifold_test.cpp boolean_test.cpp complex_boolean_test.cpp sdf_test.cpp samples_test.cpp test_main.cpp)

if(MANIFOLD_CBIND AND NOT EMSCRIPTEN)
list(APPEND SOURCE_FILES manifoldc_test.cpp)
Expand Down
Loading

0 comments on commit a8b8bf7

Please sign in to comment.