forked from organicmaps/organicmaps
Renamed pedestrian_routing_benchmarks -> pedestrian_routing_tests
This commit is contained in:
parent
c215bdd010
commit
26ebe1153c
3 changed files with 3 additions and 3 deletions
2
omim.pro
2
omim.pro
|
@ -86,7 +86,7 @@ CONFIG(desktop) {
|
|||
SUBDIRS += indexer/indexer_tests
|
||||
SUBDIRS += graphics/graphics_tests
|
||||
SUBDIRS += gui/gui_tests
|
||||
SUBDIRS += pedestrian_routing_benchmarks
|
||||
SUBDIRS += pedestrian_routing_tests
|
||||
SUBDIRS += search/search_integration_tests
|
||||
|
||||
CONFIG(drape) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TARGET = pedestrian_routing_benchmarks
|
||||
TARGET = pedestrian_routing_tests
|
||||
CONFIG += console warn_on
|
||||
CONFIG -= app_bundle
|
||||
TEMPLATE = app
|
||||
|
@ -15,4 +15,4 @@ QT *= core
|
|||
|
||||
SOURCES += \
|
||||
../testing/testingmain.cpp \
|
||||
pedestrian_routing_benchmarks.cpp \
|
||||
pedestrian_routing_tests.cpp \
|
Loading…
Add table
Reference in a new issue