Extend libnest tests, remove some warnings, faster catch2 compilation.

Also, improve libnest2d::nest interface.
This commit is contained in:
tamasmeszaros 2019-10-07 17:16:40 +02:00
parent 555fcc151d
commit 72ac8d68f0
7 changed files with 175 additions and 129 deletions

View file

@ -11,7 +11,7 @@ add_library(Catch2::Catch2 ALIAS Catch2)
include(Catch)
add_library(test_catch2_common INTERFACE)
target_compile_definitions(test_catch2_common INTERFACE TEST_DATA_DIR=R"\(${TEST_DATA_DIR}\)")
target_compile_definitions(test_catch2_common INTERFACE TEST_DATA_DIR=R"\(${TEST_DATA_DIR}\)" CATCH_CONFIG_FAST_COMPILE)
target_link_libraries(test_catch2_common INTERFACE Catch2::Catch2)
add_library(test_common INTERFACE)