Restructuring: Updated test/test.pro
This commit is contained in:
parent
599b04afbf
commit
2525b0131a
|
@ -1,13 +1,13 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = test
|
TARGET = test
|
||||||
DEPENDPATH += .
|
DEPENDPATH += .
|
||||||
INCLUDEPATH += ../src
|
INCLUDEPATH += ../lib
|
||||||
OBJECTS_DIR = temp
|
OBJECTS_DIR = temp
|
||||||
CONFIG += warn_on debug
|
CONFIG += warn_on debug
|
||||||
CONFIG -= qt app_bundle
|
CONFIG -= qt app_bundle
|
||||||
DEFINES += UNIT_TESTING
|
DEFINES += UNIT_TESTING
|
||||||
|
|
||||||
include($$PWD/../src/src.pri)
|
include($$PWD/../lib/lib.pri)
|
||||||
HEADERS += testsuite.h
|
HEADERS += testsuite.h
|
||||||
SOURCES += testautovariables.cpp \
|
SOURCES += testautovariables.cpp \
|
||||||
testbufferoverrun.cpp \
|
testbufferoverrun.cpp \
|
||||||
|
@ -17,6 +17,7 @@ SOURCES += testautovariables.cpp \
|
||||||
testcppcheck.cpp \
|
testcppcheck.cpp \
|
||||||
testdangerousfunctions.cpp \
|
testdangerousfunctions.cpp \
|
||||||
testdivision.cpp \
|
testdivision.cpp \
|
||||||
|
testexceptionsafety.cpp \
|
||||||
testfilelister.cpp \
|
testfilelister.cpp \
|
||||||
testincompletestatement.cpp \
|
testincompletestatement.cpp \
|
||||||
testmathlib.cpp \
|
testmathlib.cpp \
|
||||||
|
|
Loading…
Reference in New Issue