Skip to content

Commit

Permalink
Merge pull request #32706 from vespa-engine/toregge/rewrite-searchcor…
Browse files Browse the repository at this point in the history
…e-query-unit-test-to-gtest

Rewrite searchcore query unit test to gtest.
  • Loading branch information
geirst authored Oct 29, 2024
2 parents 4bf6c53 + 292c965 commit 67c396d
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 @@ -37,6 +37,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 67c396d

Please sign in to comment.