Implement SpamSum.

This commit is contained in:
2022-05-28 13:17:05 +01:00
parent 3c09e60d93
commit 807e1cf244
8 changed files with 560 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/data/random
# 'Google_Tests_run' is the target name
# 'test1.cpp tests2.cpp' are source files with tests
add_executable(tests_run crc64.cpp)
add_executable(tests_run crc64.cpp spamsum.cpp)
target_link_libraries(tests_run gtest gtest_main "aaruformat")