feat: add quiz 3 cross-checker.

This commit is contained in:
2025-05-19 21:56:26 +08:00
parent a4624b477f
commit 3bfb4dde2e
9 changed files with 163 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
enable_testing()
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR} TEST_SRC)
add_executable(
cross-checker-tests
${TEST_SRC}
)
target_link_libraries(cross-checker-tests GTest::gtest_main libcount)

View File