From 6142a62db965fad559dcf0c716cd0048916130dc Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 15 Jul 2013 15:55:51 +0200 Subject: [PATCH] [debian] Enabled downloader tests on debian --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 3cbac9ed18..064636e3ac 100755 --- a/debian/rules +++ b/debian/rules @@ -23,8 +23,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) out/production/indexer_tests out/production/map_tests out/production/mwm_tests -# platform tests commented out due to downloader tests -# out/production/platform_tests + out/production/platform_tests out/production/search_tests out/production/storage_tests endif