aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/unittest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/unittest.pro')
-rw-r--r--tests/unit/unittest/unittest.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unit/unittest/unittest.pro b/tests/unit/unittest/unittest.pro
index 3917237d0b..4b3254a4d2 100644
--- a/tests/unit/unittest/unittest.pro
+++ b/tests/unit/unittest/unittest.pro
@@ -174,12 +174,14 @@ SOURCES += \
diagnosticset-test.cpp \
diagnostic-test.cpp \
fixit-test.cpp \
+ gtest-clang-printing.cpp \
highlightingresultreporter-test.cpp \
senddocumenttracker-test.cpp \
skippedsourceranges-test.cpp \
sourcelocation-test.cpp \
sourcerange-test.cpp \
token-test.cpp \
+ tokenprocessor-test.cpp \
translationunitupdater-test.cpp \
unsavedfiles-test.cpp \
unsavedfile-test.cpp \
@@ -201,7 +203,6 @@ SOURCES += \
clangqueryprojectfindfilter-test.cpp \
clangquery-test.cpp \
clangreferencescollector-test.cpp \
- gtest-clang-printing.cpp \
pchcreator-test.cpp \
refactoringclientserverinprocess-test.cpp \
refactoringclient-test.cpp \
@@ -212,8 +213,7 @@ SOURCES += \
symbolscollector-test.cpp \
testclangtool.cpp \
usedmacrocollector-test.cpp \
- builddependencycollector-test.cpp \
- tokenprocessor-test.cpp
+ builddependencycollector-test.cpp
!isEmpty(QTC_UNITTEST_BUILD_CPP_PARSER):SOURCES += refactoringengine-test.cpp
@@ -311,14 +311,14 @@ HEADERS += \
clangasyncjob-base.h \
clangcompareoperators.h \
diagnosticcontainer-matcher.h \
+ gtest-clang-printing.h
}
!isEmpty(LIBTOOLING_LIBS) {
HEADERS += \
- gtest-clang-printing.h \
mockrefactoringclient.h \
mockrefactoringserver.h \
- testclangtool.h \
+ testclangtool.h
}
OTHER_FILES += $$files(data/*) $$files(data/include/*)