forked from qt-creator/qt-creator
Clang: Tests: Sort files in unittest.pro
Change-Id: I5473230ba9bc1b6c1a9520971d66918d545c9e5b Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
committed by
Marco Bubke
parent
9113125a5e
commit
8ca2f9d3fa
@@ -36,38 +36,38 @@ QMAKE_SUBSTITUTES += cpptoolsjson
|
||||
DEFINES += CPPTOOLS_JSON=\"R\\\"xxx($${cpptoolsjson.output})xxx\\\"\"
|
||||
|
||||
SOURCES += \
|
||||
changedfilepathcompressor-test.cpp \
|
||||
clangpathwatcher-test.cpp \
|
||||
clangqueryexamplehighlightmarker-test.cpp \
|
||||
clangqueryhighlightmarker-test.cpp \
|
||||
clientserverinprocess-test.cpp \
|
||||
lineprefixer-test.cpp \
|
||||
clientserveroutsideprocess-test.cpp \
|
||||
cppprojectfilecategorizer-test.cpp \
|
||||
cppprojectinfogenerator-test.cpp \
|
||||
cppprojectpartchooser-test.cpp \
|
||||
processevents-utilities.cpp \
|
||||
fakeprocess.cpp \
|
||||
faketimer.cpp \
|
||||
filepath-test.cpp \
|
||||
gtest-creator-printing.cpp \
|
||||
gtest-qt-printing.cpp \
|
||||
lineprefixer-test.cpp \
|
||||
matchingtext-test.cpp \
|
||||
mimedatabase-utilities.cpp \
|
||||
pchgenerator-test.cpp \
|
||||
pchmanagerclientserverinprocess-test.cpp \
|
||||
pchmanagerclient-test.cpp \
|
||||
pchmanagerserver-test.cpp \
|
||||
processevents-utilities.cpp \
|
||||
projectparts-test.cpp \
|
||||
projectupdater-test.cpp \
|
||||
readandwritemessageblock-test.cpp \
|
||||
sizedarray-test.cpp \
|
||||
smallstring-test.cpp \
|
||||
sourcerangefilter-test.cpp \
|
||||
spydummy.cpp \
|
||||
stringcache-test.cpp \
|
||||
unittests-main.cpp \
|
||||
utf8-test.cpp \
|
||||
gtest-qt-printing.cpp \
|
||||
gtest-creator-printing.cpp \
|
||||
clientserveroutsideprocess-test.cpp \
|
||||
clangpathwatcher-test.cpp \
|
||||
projectparts-test.cpp \
|
||||
stringcache-test.cpp \
|
||||
changedfilepathcompressor-test.cpp \
|
||||
faketimer.cpp \
|
||||
pchgenerator-test.cpp \
|
||||
fakeprocess.cpp \
|
||||
pchmanagerclient-test.cpp \
|
||||
projectupdater-test.cpp \
|
||||
pchmanagerserver-test.cpp \
|
||||
pchmanagerclientserverinprocess-test.cpp \
|
||||
filepath-test.cpp \
|
||||
sourcerangefilter-test.cpp \
|
||||
clangqueryexamplehighlightmarker-test.cpp \
|
||||
clangqueryhighlightmarker-test.cpp \
|
||||
matchingtext-test.cpp
|
||||
|
||||
!isEmpty(LIBCLANG_LIBS) {
|
||||
SOURCES += \
|
||||
@@ -81,21 +81,25 @@ SOURCES += \
|
||||
clangcompletioncontextanalyzer-test.cpp \
|
||||
clangcreateinitialdocumentpreamblejob-test.cpp \
|
||||
clangdiagnosticfilter-test.cpp \
|
||||
clangdocumentprocessors-test.cpp \
|
||||
clangdocumentprocessor-test.cpp \
|
||||
clangdocuments-test.cpp \
|
||||
clangdocument-test.cpp \
|
||||
clangdocumentprocessor-test.cpp \
|
||||
clangdocumentprocessors-test.cpp \
|
||||
clangfixitoperation-test.cpp \
|
||||
clangisdiagnosticrelatedtolocation-test.cpp \
|
||||
clangjobqueue-test.cpp \
|
||||
clangjobs-test.cpp \
|
||||
clangparsesupportivetranslationunitjob-test.cpp \
|
||||
clangreferencescollector-test.cpp \
|
||||
clangreparsesupportivetranslationunitjob-test.cpp \
|
||||
clangrequestdocumentannotationsjob-test.cpp \
|
||||
clangrequestreferencesjob-test.cpp \
|
||||
clangreferencescollector-test.cpp \
|
||||
clangstring-test.cpp \
|
||||
clangtranslationunit-test.cpp \
|
||||
clangsupportivetranslationunitinitializer-test.cpp \
|
||||
clangtranslationunits-test.cpp \
|
||||
clangtranslationunit-test.cpp \
|
||||
clangupdatedocumentannotationsjob-test.cpp \
|
||||
codecompleter-test.cpp \
|
||||
codecompletionsextractor-test.cpp \
|
||||
completionchunkstotextconverter-test.cpp \
|
||||
createtablesqlstatementbuilder-test.cpp \
|
||||
@@ -120,28 +124,24 @@ SOURCES += \
|
||||
unsavedfiles-test.cpp \
|
||||
unsavedfile-test.cpp \
|
||||
utf8positionfromlinecolumn-test.cpp \
|
||||
clangparsesupportivetranslationunitjob-test.cpp \
|
||||
clangreparsesupportivetranslationunitjob-test.cpp \
|
||||
clangsupportivetranslationunitinitializer-test.cpp \
|
||||
codecompleter-test.cpp
|
||||
}
|
||||
|
||||
!isEmpty(LIBTOOLING_LIBS) {
|
||||
SOURCES += \
|
||||
clangquery-test.cpp \
|
||||
clangquerygatherer-test.cpp \
|
||||
clangqueryprojectfindfilter-test.cpp \
|
||||
clangquery-test.cpp \
|
||||
gtest-clang-printing.cpp \
|
||||
includecollector-test.cpp \
|
||||
pchcreator-test.cpp \
|
||||
refactoringclientserverinprocess-test.cpp \
|
||||
refactoringclient-test.cpp \
|
||||
refactoringcompilationdatabase-test.cpp \
|
||||
refactoringengine-test.cpp \
|
||||
refactoringserver-test.cpp \
|
||||
symbolfinder-test.cpp \
|
||||
sourcerangeextractor-test.cpp \
|
||||
gtest-clang-printing.cpp \
|
||||
symbolfinder-test.cpp \
|
||||
testclangtool.cpp \
|
||||
includecollector-test.cpp \
|
||||
pchcreator-test.cpp
|
||||
}
|
||||
|
||||
exists($$GOOGLEBENCHMARK_DIR) {
|
||||
@@ -150,53 +150,53 @@ SOURCES += \
|
||||
}
|
||||
|
||||
HEADERS += \
|
||||
compare-operators.h \
|
||||
conditionally-disabled-tests.h \
|
||||
dummyclangipcclient.h \
|
||||
dynamicastmatcherdiagnosticcontainer-matcher.h \
|
||||
fakeprocess.h \
|
||||
faketimer.h \
|
||||
filesystem-utilities.h \
|
||||
googletest.h \
|
||||
gtest-qt-printing.h \
|
||||
processevents-utilities.h \
|
||||
mimedatabase-utilities.h \
|
||||
spydummy.h \
|
||||
sourcerangecontainer-matcher.h \
|
||||
dynamicastmatcherdiagnosticcontainer-matcher.h \
|
||||
mocksearchresult.h \
|
||||
mocksearch.h \
|
||||
mocksearchhandle.h \
|
||||
compare-operators.h \
|
||||
gtest-creator-printing.h \
|
||||
conditionally-disabled-tests.h \
|
||||
mockqfilesystemwatcher.h \
|
||||
mockclangpathwatcher.h \
|
||||
mockprojectparts.h \
|
||||
mockclangpathwatchernotifier.h \
|
||||
gtest-qt-printing.h \
|
||||
mimedatabase-utilities.h \
|
||||
mockchangedfilepathcompressor.h \
|
||||
faketimer.h \
|
||||
mockpchgeneratornotifier.h \
|
||||
fakeprocess.h \
|
||||
mockpchmanagerserver.h \
|
||||
mockpchmanagerclient.h \
|
||||
testenvironment.h \
|
||||
mockpchmanagernotifier.h \
|
||||
mockpchcreator.h \
|
||||
dummyclangipcclient.h \
|
||||
mockclangcodemodelclient.h \
|
||||
mockclangcodemodelserver.h \
|
||||
mocksyntaxhighligher.h
|
||||
mockclangpathwatcher.h \
|
||||
mockclangpathwatchernotifier.h \
|
||||
mockpchcreator.h \
|
||||
mockpchgeneratornotifier.h \
|
||||
mockpchmanagerclient.h \
|
||||
mockpchmanagernotifier.h \
|
||||
mockpchmanagerserver.h \
|
||||
mockprojectparts.h \
|
||||
mockqfilesystemwatcher.h \
|
||||
mocksearch.h \
|
||||
mocksearchhandle.h \
|
||||
mocksearchresult.h \
|
||||
mocksyntaxhighligher.h \
|
||||
processevents-utilities.h \
|
||||
sourcerangecontainer-matcher.h \
|
||||
spydummy.h \
|
||||
testenvironment.h \
|
||||
|
||||
!isEmpty(LIBCLANG_LIBS) {
|
||||
HEADERS += \
|
||||
chunksreportedmonitor.h \
|
||||
clangasyncjob-base.h \
|
||||
clangcompareoperators.h \
|
||||
diagnosticcontainer-matcher.h \
|
||||
clangcompareoperators.h
|
||||
}
|
||||
|
||||
!isEmpty(LIBTOOLING_LIBS) {
|
||||
HEADERS += \
|
||||
gtest-clang-printing.h \
|
||||
mockrefactoringclientcallback.h \
|
||||
mockrefactoringclient.h \
|
||||
mockrefactoringserver.h \
|
||||
gtest-clang-printing.h \
|
||||
testclangtool.h
|
||||
testclangtool.h \
|
||||
}
|
||||
|
||||
OTHER_FILES += $$files(data/*)
|
||||
|
Reference in New Issue
Block a user