[tests] Fix tests dependencies in omim.pro

This commit is contained in:
Ilya Zverev 2016-06-01 13:29:27 +03:00
parent 307aba44f2
commit 02ef888f75

View file

@ -28,6 +28,14 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
!CONFIG(osrm) {
SUBDIRS *= platform stats storage
CONFIG(desktop) {
SUBDIRS *= generator
generator_tool.subdir = generator/generator_tool
generator_tool.depends = $$SUBDIRS
SUBDIRS *= generator_tool
}
# Integration tests dependencies for gtool.
# TODO(AlexZ): Avoid duplication for routing_integration_tests.
CONFIG(gtool):!CONFIG(no-tests) {
@ -43,14 +51,6 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
feature_segments_checker.depends = $$SUBDIRS routing
SUBDIRS *= routing_integration_tests routing_consistency_tests srtm_coverage_checker feature_segments_checker
}
CONFIG(desktop) {
SUBDIRS *= generator
generator_tool.subdir = generator/generator_tool
generator_tool.depends = $$SUBDIRS
SUBDIRS *= generator_tool
}
}
!CONFIG(gtool):!CONFIG(osrm) {