unit tests for serialization
This commit is contained in:
parent
e2dbea21d1
commit
17fb37075c
5 changed files with 352 additions and 18 deletions
|
@ -4,6 +4,7 @@ include_directories(${GTEST_INCLUDE_DIR})
|
|||
|
||||
add_executable(runUnitTests
|
||||
basic.cpp
|
||||
serialization.cpp
|
||||
)
|
||||
|
||||
target_compile_options(runUnitTests PRIVATE -fPIC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue