Skip to content

Commit

Permalink
Experimental JSON Schema validator class
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Jan 23, 2025
1 parent 80b3925 commit 4073d2c
Show file tree
Hide file tree
Showing 53 changed files with 13,309 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ add_executable(FleeceTests EXCLUDE_FROM_ALL
${FLEECE_TEST_SRC}
vendor/catch/catch_amalgamated.cpp
vendor/catch/CaseListReporter.cc
Tests/SchemaTests.cc
)
setup_test_build()
target_include_directories(FleeceTests PRIVATE
Experimental
Tests
vendor/catch
)
Expand Down
Loading

0 comments on commit 4073d2c

Please sign in to comment.