Skip to content

Commit

Permalink
CBL-5175: Test multi level array index - High Level (#2173)
Browse files Browse the repository at this point in the history
* Add ArrayIndex and Unnest tests.
  • Loading branch information
callumbirks authored Oct 24, 2024
1 parent ead2f9a commit 66d66a4
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 0 deletions.
2 changes: 2 additions & 0 deletions C/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ else()
message(FATAL_ERROR "Unsupported platform ${CMAKE_SYSTEM_NAME}")
endif()

file(COPY ../../C/tests/data DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/C/tests)
add_executable(
C4Tests
c4AllDocsPerformanceTest.cc
c4ArrayIndexTest.cc
c4BlobStoreTest.cc
c4CollectionTest.cc
c4DatabaseInternalTest.cc
Expand Down
Loading

0 comments on commit 66d66a4

Please sign in to comment.