Added 'check' target for tests
[ptas] / tests / ut_gmocktest / ut_gmocktest.pro
1 include(../ut_common.pri)
2
3 TARGET = ut_gmocktest
4 QT += testlib
5 QT -= gui
6 CONFIG += console
7 CONFIG -= app_bundle
8 TEMPLATE = app
9 OBJECTS_DIR = .obj
10 MOC_DIR = .moc
11 SOURCES += ut_gmocktest.cpp \
12     painter.cpp
13 HEADERS += \
14     turtle.h \
15     mock_turtle.h \
16     painter.h
17
18 include(../gmock.pri)
19 include(../check.pri)