From 3a4a4190aa3cce8557c6cb35e716ffed296bc94e Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Wed, 4 Sep 2024 22:32:38 +0800 Subject: [PATCH] scanner: add test files into MANIFEST.in --- MANIFEST.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8d24dbf2..4022d2e8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -797,6 +797,14 @@ include tests/source-files/firebase-allowlisted/build.gradle include tests/source-files/firebase-suspect/app/build.gradle include tests/source-files/firebase-suspect/build.gradle include tests/source-files/info.guardianproject.ripple/build.gradle +include tests/source-files/lockfile.test/flutter/pubspec.lock +include tests/source-files/lockfile.test/flutter/pubspec.yaml +include tests/source-files/lockfile.test/javascript/package.json +include tests/source-files/lockfile.test/javascript/yarn.lock +include tests/source-files/lockfile.test/rust/subdir2/Cargo.toml +include tests/source-files/lockfile.test/rust/subdir/Cargo.lock +include tests/source-files/lockfile.test/rust/subdir/Cargo.toml +include tests/source-files/lockfile.test/rust/subdir/subdir/subdir/Cargo.toml include tests/source-files/open-keychain/open-keychain/build.gradle include tests/source-files/open-keychain/open-keychain/OpenKeychain/build.gradle include tests/source-files/org.mozilla.rocket/app/build.gradle