Skip to content

Commit

Permalink
Merge pull request #32257 from vespa-engine/toregge/rewrite-searchlib…
Browse files Browse the repository at this point in the history
…-logdatastore-unit-test-to-gtest

Rewrite searchlib LogDataStore unit test to gtest.
  • Loading branch information
baldersheim committed Aug 25, 2024
2 parents 7f66267 + c192868 commit 88a813c
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 199 deletions.
1 change: 1 addition & 0 deletions searchlib/src/tests/docstore/logdatastore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ vespa_add_executable(searchlib_logdatastore_test_app TEST
logdatastore_test.cpp
DEPENDS
vespa_searchlib
GTest::gtest
)
vespa_add_test(NAME searchlib_logdatastore_test_app COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/logdatastore_test.sh
DEPENDS searchlib_logdatastore_test_app)
Loading

0 comments on commit 88a813c

Please sign in to comment.