Skip to content

Commit

Permalink
Rewrite searchcore matching stats 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 5632004
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 5632004

Please sign in to comment.