Renamed pedestrian_routing_benchmarks -> pedestrian_routing_tests

This commit is contained in:
Constantin Shalnev 2015-10-16 15:32:29 +03:00
parent c215bdd010
commit 26ebe1153c
3 changed files with 3 additions and 3 deletions

View file

@ -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) {

View file

@ -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 \