Move test-related CMake files into tests/cmake

This commit is contained in:
Florian Albrechtskirchinger 2022-05-10 21:07:54 +02:00
parent b65a904574
commit 34ac1f2c2d
No known key found for this signature in database
GPG Key ID: 19618CE9B2D4BE6D
3 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ option(JSON_FastTests "Skip expensive/slow tests." OFF)
set(JSON_32bitTest AUTO CACHE STRING "Enable the 32bit unit test (ON/OFF/AUTO/ONLY).")
set(JSON_TestStandards "" CACHE STRING "The list of standards to test explicitly.")
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
include(test)
#############################################################################