Skip to content
Snippets Groups Projects

[WIP] LocalParametrization Serialization

Closed Jeremie Deray requested to merge local_param_seria into gtest
2 files
+ 156
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
0
@@ -3,6 +3,17 @@ add_subdirectory(${PROJECT_SOURCE_DIR}/test/gtest)
include_directories(${GTEST_INCLUDE_DIRS})
#############
## Testing ##
#############
# Create a specific test executable for gtest_example
wolf_add_gtest(gtest_example gtest_example.cpp)
target_link_libraries(gtest_example ${PROJECT_NAME})
###########################
## Testing Serialization ##
###########################
wolf_add_gtest(gtest_local_parametrization gtest_local_parametrization.cpp)
target_link_libraries(gtest_local_parametrization ${PROJECT_NAME} ${Boost_LIBRARIES})
Loading