Skip to content

Commit

Permalink
Rewrite searchcore query unit test to gtest.
Browse files Browse the repository at this point in the history
  • Loading branch information
toregge committed Oct 29, 2024
1 parent b1df7b0 commit 292c965
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 116 deletions.
1 change: 1 addition & 0 deletions searchcore/src/tests/proton/matching/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ vespa_add_executable(searchcore_query_test_app TEST
DEPENDS
searchcore_server
searchcore_matching
GTest::gtest
)
vespa_add_test(NAME searchcore_query_test_app COMMAND searchcore_query_test_app)
vespa_add_executable(searchcore_termdataextractor_test_app TEST
Expand Down
Loading

0 comments on commit 292c965

Please sign in to comment.