Skip to content

Commit

Permalink
#11: re-enable unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Sep 30, 2024
1 parent aa6949a commit 7983b33
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
if (NOT BVH_DISABLE_TESTS)
add_executable(BVHTests
TestMain.cpp
# KDopTest.cpp
# TreeTest.cpp
# CollisionTest.cpp
# IteratorTest.cpp
KDopTest.cpp
TreeTest.cpp
CollisionTest.cpp
IteratorTest.cpp
#BroadphaseTest.cpp
#NarrowphaseTest.cpp
# SerializerTest.cpp
SerializerTest.cpp
#PatchTest.cpp
#PrimitiveTest.cpp
# bits_test.cpp
bits_test.cpp
hash_test.cpp
sort_test.cpp
# SplitTest.cpp
# UtilTest.cpp
# math_vec_tests.cpp
SplitTest.cpp
UtilTest.cpp
math_vec_tests.cpp
collision_object_test.cpp
# cluster_test.cpp
# snapshot_test.cpp
cluster_test.cpp
snapshot_test.cpp
)

if (Kokkos_FOUND)
Expand Down

0 comments on commit 7983b33

Please sign in to comment.