Tests: Add generated testfiles.pri.
Add the generated testfiles.pri file. Previous commits modified the dmake and test.pro to generate and use the testfiles.pri containing listing of all source files with tests.
This commit is contained in:
parent
7b603813d7
commit
d1197315c1
|
@ -0,0 +1,47 @@
|
||||||
|
# no manual edits - this file is autogenerated by dmake
|
||||||
|
|
||||||
|
INCLUDEPATH += ../externals/tinyxml
|
||||||
|
|
||||||
|
|
||||||
|
SOURCES += $${BASEPATH}/test64bit.cpp \
|
||||||
|
$${BASEPATH}/testassignif.cpp \
|
||||||
|
$${BASEPATH}/testautovariables.cpp \
|
||||||
|
$${BASEPATH}/testboost.cpp \
|
||||||
|
$${BASEPATH}/testbufferoverrun.cpp \
|
||||||
|
$${BASEPATH}/testcharvar.cpp \
|
||||||
|
$${BASEPATH}/testclass.cpp \
|
||||||
|
$${BASEPATH}/testcmdlineparser.cpp \
|
||||||
|
$${BASEPATH}/testconstructors.cpp \
|
||||||
|
$${BASEPATH}/testcppcheck.cpp \
|
||||||
|
$${BASEPATH}/testdivision.cpp \
|
||||||
|
$${BASEPATH}/testerrorlogger.cpp \
|
||||||
|
$${BASEPATH}/testexceptionsafety.cpp \
|
||||||
|
$${BASEPATH}/testfilelister.cpp \
|
||||||
|
$${BASEPATH}/testincompletestatement.cpp \
|
||||||
|
$${BASEPATH}/testinternal.cpp \
|
||||||
|
$${BASEPATH}/testio.cpp \
|
||||||
|
$${BASEPATH}/testleakautovar.cpp \
|
||||||
|
$${BASEPATH}/testmathlib.cpp \
|
||||||
|
$${BASEPATH}/testmemleak.cpp \
|
||||||
|
$${BASEPATH}/testnonreentrantfunctions.cpp \
|
||||||
|
$${BASEPATH}/testnullpointer.cpp \
|
||||||
|
$${BASEPATH}/testobsoletefunctions.cpp \
|
||||||
|
$${BASEPATH}/testoptions.cpp \
|
||||||
|
$${BASEPATH}/testother.cpp \
|
||||||
|
$${BASEPATH}/testpath.cpp \
|
||||||
|
$${BASEPATH}/testpathmatch.cpp \
|
||||||
|
$${BASEPATH}/testpostfixoperator.cpp \
|
||||||
|
$${BASEPATH}/testpreprocessor.cpp \
|
||||||
|
$${BASEPATH}/testrunner.cpp \
|
||||||
|
$${BASEPATH}/testsimplifytokens.cpp \
|
||||||
|
$${BASEPATH}/teststl.cpp \
|
||||||
|
$${BASEPATH}/testsuite.cpp \
|
||||||
|
$${BASEPATH}/testsuppressions.cpp \
|
||||||
|
$${BASEPATH}/testsymboldatabase.cpp \
|
||||||
|
$${BASEPATH}/testthreadexecutor.cpp \
|
||||||
|
$${BASEPATH}/testtoken.cpp \
|
||||||
|
$${BASEPATH}/testtokenize.cpp \
|
||||||
|
$${BASEPATH}/testuninitvar.cpp \
|
||||||
|
$${BASEPATH}/testunusedfunctions.cpp \
|
||||||
|
$${BASEPATH}/testunusedprivfunc.cpp \
|
||||||
|
$${BASEPATH}/testunusedvar.cpp
|
Loading…
Reference in New Issue