Add missing test files to test.pro -project.

This commit is contained in:
Kimmo Varis 2011-08-03 10:38:07 +03:00
parent f4950ea836
commit 196a96d93a
1 changed files with 3 additions and 0 deletions

View File

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