Add "make check" support to testcase makefiles.

This commit is contained in:
Bill King
2010-07-13 11:59:37 +10:00
parent 0032af7fc6
commit f823c4810e
19 changed files with 23 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
QT += testlib
CONFIG += qtestlib testcase
include(../shared/shared.pri)