Skip to content

Commit

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

Rewrite searchcore matching stats unit test to gtest.
  • Loading branch information
geirst authored Oct 29, 2024
2 parents 86cb378 + 5632004 commit 4bf6c53
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 240 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 @@ -28,6 +28,7 @@ vespa_add_executable(searchcore_matching_stats_test_app TEST
matching_stats_test.cpp
DEPENDS
searchcore_matching
GTest::gtest
)
vespa_add_test(NAME searchcore_matching_stats_test_app COMMAND searchcore_matching_stats_test_app)
vespa_add_executable(searchcore_query_test_app TEST
Expand Down
Loading

0 comments on commit 4bf6c53

Please sign in to comment.