summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtattributionsscanner
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-07-16 10:48:37 +0200
committerKai Koehne <kai.koehne@qt.io>2020-07-24 10:33:42 +0200
commite761b04f70af7b810f8a48ac019ca1f3d13926cb (patch)
treecc6a0011f917176572821d375c02378a7ecc6823 /tests/auto/qtattributionsscanner
parent5c38da0904b24efa5d0588f0d01a8ad279fa2dc8 (diff)
Clean up list of testdata in tst_qtattributionsscanner
Change-Id: Ib81653b46dc168de5c106c9eef2ccd1a890d7205 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/qtattributionsscanner')
-rw-r--r--tests/auto/qtattributionsscanner/qtattributionsscanner.pro12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/auto/qtattributionsscanner/qtattributionsscanner.pro b/tests/auto/qtattributionsscanner/qtattributionsscanner.pro
index aa8442a88..38bad3ee2 100644
--- a/tests/auto/qtattributionsscanner/qtattributionsscanner.pro
+++ b/tests/auto/qtattributionsscanner/qtattributionsscanner.pro
@@ -2,14 +2,18 @@ CONFIG += testcase
QT = core testlib
DISTFILES += \
- testdata/good/minimal/qt_attribution.json \
- testdata/good/complete/qt_attribution.json \
testdata/good/expected.json \
testdata/good/expected.error \
- testdata/warnings/incomplete/qt_attribution.json \
+ testdata/good/minimal/qt_attribution_test.json \
+ testdata/good/minimal/expected.json \
+ testdata/good/minimal/expected.error \
+ testdata/good/complete/qt_attribution_test.json \
+ testdata/good/complete/expected.json \
+ testdata/good/complete/expected.error \
+ testdata/warnings/incomplete/qt_attribution_test.json \
testdata/warnings/incomplete/expected.json \
testdata/warnings/incomplete/expected.error \
- testdata/warnings/unknown/qt_attribution.json \
+ testdata/warnings/unknown/qt_attribution_test.json \
testdata/warnings/unknown/expected.json \
testdata/warnings/unknown/expected.error