From 75e307e968a84e7943a850b076580ad2d4f9e5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 18 Sep 2010 08:09:30 +0200 Subject: [PATCH] updated test/test.pro --- test/test.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test.pro b/test/test.pro index e5fae540b..bbcb2e178 100644 --- a/test/test.pro +++ b/test/test.pro @@ -13,21 +13,24 @@ SOURCES += testautovariables.cpp \ testbufferoverrun.cpp \ testcharvar.cpp \ testclass.cpp \ + testcmdlineparser.cpp \ testconstructors.cpp \ testcppcheck.cpp \ - testdangerousfunctions.cpp \ testdivision.cpp \ testexceptionsafety.cpp \ testfilelister.cpp \ testincompletestatement.cpp \ testmathlib.cpp \ testmemleak.cpp \ + testobsoletefunctions.cpp \ testother.cpp \ testpreprocessor.cpp \ testrunner.cpp \ + testsettings.cpp \ testsimplifytokens.cpp \ teststl.cpp \ testsuite.cpp \ + testthreadexecutor.cpp \ testtoken.cpp \ testtokenize.cpp \ testunusedfunctions.cpp \