forked from organicmaps/organicmaps
Merge pull request #878 from Zverik/consist_build
[build] Build routing consistency tests for gtool project
This commit is contained in:
commit
5c99836827
1 changed files with 3 additions and 1 deletions
4
omim.pro
4
omim.pro
|
@ -35,7 +35,9 @@ SUBDIRS = 3party base coding geometry indexer routing
|
|||
|
||||
routing_integration_tests.subdir = routing/routing_integration_tests
|
||||
routing_integration_tests.depends = $$SUBDIRS
|
||||
SUBDIRS *= routing_integration_tests
|
||||
routing_consistency_tests.subdir = routing/routing_consistency_tests
|
||||
routing_consistency_tests.depends = $$SUBDIRS
|
||||
SUBDIRS *= routing_integration_tests routing_consistency_tests
|
||||
}
|
||||
|
||||
CONFIG(desktop) {
|
||||
|
|
Loading…
Add table
Reference in a new issue