Skip to content

Commit f501d79

Browse files
committed
Test no batch
1 parent 3c78ef1 commit f501d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ add_subdirectory(.. root)
2222

2323
find_package(GTest REQUIRED)
2424

25-
add_executable(tests main.cpp reductions.cpp array_manip.cpp memory.cpp batch_manip.cpp)
25+
add_executable(tests main.cpp reductions.cpp array_manip.cpp memory.cpp) #batch_manip.cpp)
2626
target_link_libraries(tests PRIVATE device ${GTEST_BOTH_LIBRARIES})
2727
target_include_directories(tests PRIVATE ${GTEST_INCLUDE_DIR})
2828

0 commit comments

Comments
 (0)