Skip to content

Commit 48759c9

Browse files
committed
remove matrixtest
1 parent b276e68 commit 48759c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unittest/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ add_executable(ModintTest modint_test.cpp)
5454
target_link_libraries(ModintTest gtest gtest_main)
5555
gtest_discover_tests(ModintTest)
5656

57-
add_executable(MatrixTest matrix_test.cpp)
58-
target_link_libraries(MatrixTest gtest gtest_main)
59-
gtest_discover_tests(MatrixTest)
60-
6157
add_executable(DSUTest dsu_test.cpp)
6258
target_link_libraries(DSUTest gtest gtest_main)
6359
gtest_discover_tests(DSUTest)

0 commit comments

Comments
 (0)