Skip to content

Commit eafda7e

Browse files
committed
Disable the execution of large tests
1 parent 8ec51d3 commit eafda7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ gtest_discover_tests(test-modulus)
2222
add_executable(bench-stream-cmg bench-stream-cmg.cpp)
2323
target_compile_options(bench-stream-cmg PRIVATE -fopenmp)
2424
target_link_libraries(bench-stream-cmg benchmark::benchmark_main -fopenmp)
25-
add_test(bench-stream-cmg bench-stream-cmg)
2625

2726
add_executable(bench-transpose bench-transpose.cpp)
2827
target_compile_options(bench-transpose PRIVATE ${SVENTT_CXX_FLAGS})
2928
target_link_libraries(bench-transpose ${SVENTT_LINK_LIBRARIES} benchmark::benchmark_main)
30-
add_test(bench-transpose bench-transpose)
3129

3230
set(ntt_test_list
3331
# iterative-scalar-radix2-two5

0 commit comments

Comments
 (0)