Added one consistent building and testing system
[mdictionary] / trunk / tests / mDictionaryTests / mDictionaryTests.pro
index 860fc75..9c9ea98 100644 (file)
@@ -7,7 +7,7 @@
 QT       += testlib core
 
 
-TARGET = tst_Backbone
+TARGET = mDictionaryTests
 CONFIG   += console
 CONFIG   -= app_bundle
 
@@ -25,3 +25,8 @@ HEADERS += \
     ../../src/includes/settings.h \
     ../../src/includes/CommonDictInterface.h \
     TranslationMock.h
+
+check.target = check
+check.commands += ./mDictionaryTests
+QMAKE_EXTRA_TARGETS += check
+