summaryrefslogtreecommitdiff
path: root/Build/tools/Check
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools/Check')
-rwxr-xr-xBuild/tools/Check20
1 files changed, 20 insertions, 0 deletions
diff --git a/Build/tools/Check b/Build/tools/Check
new file mode 100755
index 00000000000..a018592f5cb
--- /dev/null
+++ b/Build/tools/Check
@@ -0,0 +1,20 @@
+#!/bin/sh
+M=`cd \`dirname $0\`/.. && /bin/pwd`
+cd `dirname $0`
+perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=Package
+perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=Documentation
+perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=cov --arch=all --type=TLCore
+# will check coverage
+#
+# Checking dependencies:
+perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=Package
+perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=Documentation
+perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dep --arch=all --type=TLCore
+# will check dependencies
+#
+# Checking duplicates:
+#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=Package
+#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=Documentation
+#perl tpm-factory.pl --master=$M --ftp_dir=/tmp --check=dup --arch=all --type=TLCore
+# will check duplicate file names
+