From 196a96d93a73cc5584cd1b538d5cc0e000fa1639 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Wed, 3 Aug 2011 10:38:07 +0300 Subject: [PATCH] Add missing test files to test.pro -project. --- test/test.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test.pro b/test/test.pro index b9f38e02f..f04936497 100644 --- a/test/test.pro +++ b/test/test.pro @@ -32,6 +32,8 @@ HEADERS += ../cli/cmdlineparser.h \ HEADERS += options.h redirect.h testsuite.h SOURCES += options.cpp \ + test64bit.cpp \ + testassignif.cpp \ testautovariables.cpp \ testbufferoverrun.cpp \ testcharvar.cpp \ @@ -46,6 +48,7 @@ SOURCES += options.cpp \ testincompletestatement.cpp \ testmathlib.cpp \ testmemleak.cpp \ + testnonreentrantfunctions.cpp \ testnullpointer.cpp \ testobsoletefunctions.cpp \ testoptions.cpp \