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 9032212 commit d1879c1Copy full SHA for d1879c1
CMakeLists.txt
@@ -263,6 +263,7 @@ set_target_properties(drjit-core PROPERTIES INTERPROCEDURAL_OPTIMIZATION_RELWITH
263
set_target_properties(drjit-core PROPERTIES INTERPROCEDURAL_OPTIMIZATION_DEBUG FALSE)
264
265
if (DRJIT_ENABLE_TESTS)
266
+ include(CTest)
267
add_subdirectory(tests)
268
endif()
269
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