💚 added regression tests for #972 and #977

This commit is contained in:
Niels Lohmann 2018-03-06 20:13:31 +01:00
parent 62030615a0
commit 476b2e09be
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
8 changed files with 643 additions and 15 deletions

View file

@ -104,6 +104,7 @@ foreach(file ${files})
target_compile_definitions(${testcase} PRIVATE CATCH_CONFIG_FAST_COMPILE)
target_include_directories(${testcase} PRIVATE "thirdparty/catch")
target_include_directories(${testcase} PRIVATE "thirdparty/fifo_map")
target_include_directories(${testcase} PRIVATE ${NLOHMANN_JSON_INCLUDE_BUILD_DIR})
target_link_libraries(${testcase} ${NLOHMANN_JSON_TARGET_NAME})