Added 'check' target for tests
[ptas] / tests / ut_template / ut_template.pro
index 0e85b81..8b03a46 100644 (file)
@@ -1,3 +1,5 @@
+include(../ut_common.pri)
+
 TARGET = ut_template
 QT += testlib
 QT -= gui
@@ -8,3 +10,5 @@ OBJECTS_DIR = .obj
 MOC_DIR = .moc
 SOURCES += ut_template.cpp
 HEADERS += ut_template.h
+
+include(../check.pri)