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 b276e68 commit 48759c9Copy full SHA for 48759c9
test/unittest/CMakeLists.txt
@@ -54,10 +54,6 @@ add_executable(ModintTest modint_test.cpp)
54
target_link_libraries(ModintTest gtest gtest_main)
55
gtest_discover_tests(ModintTest)
56
57
-add_executable(MatrixTest matrix_test.cpp)
58
-target_link_libraries(MatrixTest gtest gtest_main)
59
-gtest_discover_tests(MatrixTest)
60
-
61
add_executable(DSUTest dsu_test.cpp)
62
target_link_libraries(DSUTest gtest gtest_main)
63
gtest_discover_tests(DSUTest)
0 commit comments