This commit is contained in:
2025-03-25 17:17:35 +08:00
parent 59f589894b
commit c4ad87ecea
2 changed files with 35 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
add_executable(test_2711 test_2711.cpp)
target_link_libraries(test_2711 PUBLIC gtest_main solution_2711)
target_link_libraries(test_2711 PUBLIC gtest_main 2711)
enable_testing()
add_test(NAME test_2711 COMMAND test_2711)