Merge pull request #895 from kshalnev/styles_test

[styles] Classificator tests moved to style_tests
This commit is contained in:
Viktor Govako 2015-12-08 17:37:55 +03:00
commit 3badc404e2
3 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,6 @@ HEADERS += \
SOURCES += \
../../testing/testingmain.cpp \
check_mwms.cpp \
classificator_tests.cpp \
coasts_test.cpp \
feature_builder_test.cpp \
feature_merger_test.cpp \

View file

@ -16,4 +16,5 @@ QT *= core
SOURCES += \
../../testing/testingmain.cpp \
classificator_tests.cpp \
style_symbols_consistency_test.cpp \