Merge pull request #265 from kshalnev/pedestrian_routing_tests

[testing] Renamed pedestrian_routing_benchmarks -> pedestrian_routing_tests
This commit is contained in:
therearesomewhocallmetim 2015-10-16 16:00:58 +03:00
commit bed9649f85
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 \