Clang: Tests: Move test data into test/data

Change-Id: Ib33cec849ffd575d8b0bf87c6969170af4cd30d3
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-09-17 11:53:58 +02:00
parent 08bf761834
commit 143983a857
24 changed files with 19 additions and 38 deletions

View File

@@ -115,23 +115,14 @@ contains(DEFINES, CLANG_INDEXING) {
FORMS += clangprojectsettingspropertiespage.ui
equals(TEST, 1) {
RESOURCES += \
test/clang_tests_database.qrc
HEADERS += \
test/clangcodecompletion_test.h
SOURCES += \
test/clangcodecompletion_test.cpp
DISTFILES += \
test/mysource.cpp \
test/myheader.cpp \
test/completionWithProject.cpp \
test/memberCompletion.cpp \
test/doxygenKeywordsCompletion.cpp \
test/preprocessorKeywordsCompletion.cpp \
test/includeDirectiveCompletion.cpp
RESOURCES += test/data/clangtestdata.qrc
OTHER_FILES += $$files(test/data/*)
}
macx {