We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd2daa commit cbdbd69Copy full SHA for cbdbd69
CMakeLists.txt
@@ -250,6 +250,7 @@ set_target_properties(drjit-core PROPERTIES INTERPROCEDURAL_OPTIMIZATION_RELWITH
250
set_target_properties(drjit-core PROPERTIES INTERPROCEDURAL_OPTIMIZATION_DEBUG FALSE)
251
252
if (DRJIT_ENABLE_TESTS)
253
+ include(CTest)
254
add_subdirectory(tests)
255
endif()
256
tests/CMakeLists.txt
@@ -1,5 +1,3 @@
1
-enable_testing()
2
-
3
set(TEST_FILES basics.cpp mem.cpp graphviz.cpp vcall.cpp loop.cpp reductions.cpp)
4
5
foreach (TEST_FILE ${TEST_FILES})
0 commit comments