We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c78ef1 commit f501d79Copy full SHA for f501d79
tests/CMakeLists.txt
@@ -22,7 +22,7 @@ add_subdirectory(.. root)
22
23
find_package(GTest REQUIRED)
24
25
-add_executable(tests main.cpp reductions.cpp array_manip.cpp memory.cpp batch_manip.cpp)
+add_executable(tests main.cpp reductions.cpp array_manip.cpp memory.cpp) #batch_manip.cpp)
26
target_link_libraries(tests PRIVATE device ${GTEST_BOTH_LIBRARIES})
27
target_include_directories(tests PRIVATE ${GTEST_INCLUDE_DIR})
28
0 commit comments