unit tests for serialization

This commit is contained in:
Blue 2023-03-30 20:00:56 +03:00
parent e2dbea21d1
commit 17fb37075c
Signed by: blue
GPG key ID: 9B203B252A63EE38
5 changed files with 352 additions and 18 deletions

View file

@ -4,6 +4,7 @@ include_directories(${GTEST_INCLUDE_DIR})
add_executable(runUnitTests
basic.cpp
serialization.cpp
)
target_compile_options(runUnitTests PRIVATE -fPIC)