Restructuring: Updated test/test.pro

This commit is contained in:
Daniel Marjamäki 2009-10-26 22:20:25 +01:00
parent 599b04afbf
commit 2525b0131a
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,13 @@
TEMPLATE = app
TARGET = test
DEPENDPATH += .
INCLUDEPATH += ../src
INCLUDEPATH += ../lib
OBJECTS_DIR = temp
CONFIG += warn_on debug
CONFIG -= qt app_bundle
DEFINES += UNIT_TESTING
include($$PWD/../src/src.pri)
include($$PWD/../lib/lib.pri)
HEADERS += testsuite.h
SOURCES += testautovariables.cpp \
testbufferoverrun.cpp \
@ -17,6 +17,7 @@ SOURCES += testautovariables.cpp \
testcppcheck.cpp \
testdangerousfunctions.cpp \
testdivision.cpp \
testexceptionsafety.cpp \
testfilelister.cpp \
testincompletestatement.cpp \
testmathlib.cpp \