Skip to content

Commit 73d0a0f

Browse files
committed
Experimental JSON Schema validator class
1 parent 797ed25 commit 73d0a0f

Some content is hidden

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

55 files changed

+14010
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,11 @@ add_executable(FleeceTests EXCLUDE_FROM_ALL
150150
${FLEECE_TEST_SRC}
151151
vendor/catch/catch_amalgamated.cpp
152152
vendor/catch/CaseListReporter.cc
153+
Tests/SchemaTests.cc
153154
)
154155
setup_test_build()
155156
target_include_directories(FleeceTests PRIVATE
157+
Experimental
156158
Tests
157159
vendor/catch
158160
)

0 commit comments

Comments
 (0)