json-schema-validator/test/issue-27/CMakeLists.txt
Cristian Le fe780a7fa3
Apply pre-commit fixes
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
2023-05-10 10:39:23 +02:00

7 lines
263 B
CMake

add_test_simple_schema(Issue::27
${CMAKE_CURRENT_SOURCE_DIR}/schema.json
${CMAKE_CURRENT_SOURCE_DIR}/instance.json)
set_tests_properties(Issue::27
PROPERTIES
WILL_FAIL 1)