forked from organicmaps/organicmaps
[debian] run tests after build
This commit is contained in:
parent
ecef3bc98b
commit
56c2974f14
1 changed files with 12 additions and 0 deletions
12
debian/rules
vendored
12
debian/rules
vendored
|
@ -15,6 +15,18 @@ override_dh_auto_configure:
|
|||
qmake -r CONFIG+=no_downloader CONFIG+=production omim.pro
|
||||
|
||||
override_dh_auto_test:
|
||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
out/production/base_tests
|
||||
out/production/coding_tests
|
||||
out/production/generator_tests
|
||||
out/production/geometry_tests
|
||||
out/production/indexer_tests
|
||||
out/production/map_tests
|
||||
# platform tests commented out due to downloader tests
|
||||
# out/production/platform_tests
|
||||
out/production/search_tests
|
||||
out/production/storage_tests
|
||||
endif
|
||||
|
||||
.PHONY: override_dh_auto_configure
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue