Add testsymboldatabase.cpp to test.pro.

Also add comment explaining omitting testfilelister_unix.cpp.
This commit is contained in:
Kimmo Varis 2011-02-02 22:51:05 +02:00
parent c9a0d95e89
commit bacb234534
1 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,13 @@ HEADERS += ../cli/cmdlineparser.h \
../cli/threadexecutor.h
# test/*
# Note:
# testfilelister_unix.cpp omitted since there is test fail when run in QtCreator
# Test assumes the test (executable) is built from the test directory (or
# directory containing source files). But QtCreator builds to separate build
# directory. Hence the test does not find the source files.
HEADERS += options.h redirect.h testsuite.h
SOURCES += options.cpp \
testautovariables.cpp \
@ -61,6 +68,7 @@ SOURCES += options.cpp \
testsimplifytokens.cpp \
teststl.cpp \
testsuite.cpp \
testsymboldatabase.cpp \
testthreadexecutor.cpp \
testtoken.cpp \
testtokenize.cpp \