Add missing test files to test.pro -project.
This commit is contained in:
parent
f4950ea836
commit
196a96d93a
|
@ -32,6 +32,8 @@ HEADERS += ../cli/cmdlineparser.h \
|
||||||
|
|
||||||
HEADERS += options.h redirect.h testsuite.h
|
HEADERS += options.h redirect.h testsuite.h
|
||||||
SOURCES += options.cpp \
|
SOURCES += options.cpp \
|
||||||
|
test64bit.cpp \
|
||||||
|
testassignif.cpp \
|
||||||
testautovariables.cpp \
|
testautovariables.cpp \
|
||||||
testbufferoverrun.cpp \
|
testbufferoverrun.cpp \
|
||||||
testcharvar.cpp \
|
testcharvar.cpp \
|
||||||
|
@ -46,6 +48,7 @@ SOURCES += options.cpp \
|
||||||
testincompletestatement.cpp \
|
testincompletestatement.cpp \
|
||||||
testmathlib.cpp \
|
testmathlib.cpp \
|
||||||
testmemleak.cpp \
|
testmemleak.cpp \
|
||||||
|
testnonreentrantfunctions.cpp \
|
||||||
testnullpointer.cpp \
|
testnullpointer.cpp \
|
||||||
testobsoletefunctions.cpp \
|
testobsoletefunctions.cpp \
|
||||||
testoptions.cpp \
|
testoptions.cpp \
|
||||||
|
|
Loading…
Reference in New Issue