From 6b7c05b913304898a1080373af82e379609aac45 Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Sat, 18 Jun 2011 16:50:51 +0200 Subject: [PATCH] [search] Add categories_test.cpp to search_tests. --- search/search_tests/search_tests.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/search/search_tests/search_tests.pro b/search/search_tests/search_tests.pro index 0d8628ef58..fdd84a5128 100644 --- a/search/search_tests/search_tests.pro +++ b/search/search_tests/search_tests.pro @@ -22,10 +22,11 @@ win32 { SOURCES += \ ../../testing/testingmain.cpp \ + categories_test.cpp \ keyword_matcher_test.cpp \ + latlon_match_test.cpp \ query_test.cpp \ string_match_test.cpp \ - latlon_match_test.cpp \ HEADERS += \ match_cost_mock.hpp \