forked from organicmaps/organicmaps
Add comment about disabling tests
This commit is contained in:
parent
132819c968
commit
756d7ed1db
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ SUBDIRS = freetype fribidi minizip jansson tomcrypt protobuf osrm expat succinct
|
|||
# TODO(mgsrergio): Move opening hours out of 3party to the main project tree.
|
||||
# See https://trello.com/c/tWYSnXSS/22-opening-hours-3party-boost-test-framework.
|
||||
SUBDIRS *= opening_hours
|
||||
CONFIG(desktop):!CONFIG(no-tests):!CONFIG(gtool):!CONFIG(osrm) {
|
||||
# Disable tests for gtool profile, since it needs only routing tests.
|
||||
CONFIG(desktop):!CONFIG(no-tests):!CONFIG(gtool) {
|
||||
opening_hours_tests.subdir = opening_hours/opening_hours_tests
|
||||
opening_hours_tests.depends = opening_hours
|
||||
SUBDIRS *= opening_hours_tests
|
||||
|
|
Loading…
Add table
Reference in a new issue