Skip to content

Commit 4073d2c

Browse files
committed
Experimental JSON Schema validator class
1 parent 80b3925 commit 4073d2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+13309
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@ add_executable(FleeceTests EXCLUDE_FROM_ALL
137137
${FLEECE_TEST_SRC}
138138
vendor/catch/catch_amalgamated.cpp
139139
vendor/catch/CaseListReporter.cc
140+
Tests/SchemaTests.cc
140141
)
141142
setup_test_build()
142143
target_include_directories(FleeceTests PRIVATE
144+
Experimental
143145
Tests
144146
vendor/catch
145147
)

0 commit comments

Comments
 (0)