summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index 50cfe4a4..1f3dd225 100755
--- a/tests/prebuild/license/tst_licenses.pl
+++ b/tests/prebuild/license/tst_licenses.pl
@@ -112,8 +112,9 @@ my %excludedFiles = (
qr{^tools/qscxmlc/moc_patches/.*\.patch$},
],
'qttools' => [
- # Exclude QDoc's golden output in tests
+ # Exclude QDoc test data and third party dependencies
qr{^src/qdoc/qdoc/tests/generatedoutput/expected_output/},
+ qr{^src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/},
qr{^src/qdoc/qdoc/src/qdoc/clang/AST/QualTypeNames.h},
],
);