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 c8f8f21 commit 68ba7e0Copy full SHA for 68ba7e0
CMakeLists.txt
@@ -246,6 +246,7 @@ set_target_properties(drjit-core PROPERTIES INTERPROCEDURAL_OPTIMIZATION_RELWITH
246
set_target_properties(drjit-core PROPERTIES INTERPROCEDURAL_OPTIMIZATION_DEBUG FALSE)
247
248
if (DRJIT_ENABLE_TESTS)
249
+ include(CTest)
250
add_subdirectory(tests)
251
endif()
252
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