summaryrefslogtreecommitdiff
path: root/everywhere
diff options
context:
space:
mode:
Diffstat (limited to 'everywhere')
-rwxr-xr-xeverywhere/document-format-tests.sh28
1 files changed, 28 insertions, 0 deletions
diff --git a/everywhere/document-format-tests.sh b/everywhere/document-format-tests.sh
index e69de29bb..8e900e35e 100755
--- a/everywhere/document-format-tests.sh
+++ b/everywhere/document-format-tests.sh
@@ -0,0 +1,28 @@
+#!/bin/sh
+#
+# "$Id$"
+#
+# IPP Everywhere Printer Self-Certification Manual 1.0: Section 7: Document Data Tests.
+#
+# Copyright 2014 by The Printer Working Group.
+#
+# This program may be copied and furnished to others, and derivative works
+# that comment on, or otherwise explain it or assist in its implementation may
+# be prepared, copied, published and distributed, in whole or in part, without
+# restriction of any kind, provided that the above copyright notice and this
+# paragraph are included on all such copies and derivative works.
+#
+# The IEEE-ISTO and the Printer Working Group DISCLAIM ANY AND ALL WARRANTIES,
+# WHETHER EXPRESS OR IMPLIED INCLUDING (WITHOUT LIMITATION) ANY IMPLIED
+# WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+#
+# Usage:
+#
+# ./document-format-tests.sh "Printer Name"
+#
+
+ippfind "$1._ipp._tcp.local." -x ipptool -P "$1 Document Format Results.plist" -I '{}' document-format-tests.test \;
+
+#
+# End of "$Id$".
+#