summaryrefslogtreecommitdiff
path: root/everywhere
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-08-21 17:43:30 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-08-21 17:43:30 +0000
commit404dde30f1c97231f6822211d11bf9277f1865e3 (patch)
treeba028cd308cea4448d9b83f42d398d3d0a7a0605 /everywhere
parenta654c79d102311692e9f1ce5a73fd1717020ee5f (diff)
Save work.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12110 a1ca3aef-8c08-0410-bb20-df032aa958be
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$".
+#