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:
Kimmo Varis 2012-06-11 22:11:29 +03:00
parent 7b603813d7
commit d1197315c1
1 changed files with 47 additions and 0 deletions

47
test/testfiles.pri Normal file
View File

@ -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