From: mike Date: Thu, 18 Apr 2013 19:24:44 +0000 (+0000) Subject: One more missing file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d84df1e381d3f7992fb1463677f6a09f0caa706;p=thirdparty%2Fcups.git One more missing file. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10955 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/test/Makefile b/test/Makefile index 56ed7a4af8..c7c5c8e994 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,7 +3,7 @@ # # IPP test makefile for CUPS. # -# Copyright 2007-2012 by Apple Inc. +# Copyright 2007-2013 by Apple Inc. # Copyright 1997-2006 by Easy Software Products, all rights reserved. # # These coded instructions, statements, and computer programs are the @@ -42,6 +42,7 @@ TESTFILES = \ get-jobs.test \ get-notifications.test \ get-printer-attributes.test \ + get-subscriptions.test \ ipp-1.1.test \ ipp-2.0.test \ ipp-2.1.test \ diff --git a/tools/makeipptoolpkg b/tools/makeipptoolpkg index 1947b2f350..df0b1d8c24 100755 --- a/tools/makeipptoolpkg +++ b/tools/makeipptoolpkg @@ -60,6 +60,7 @@ cp test/document-*.ps $pkgdir cp test/get-completed-jobs.test test/get-jobs.test $pkgdir cp test/get-notifications.test $pkgdir cp test/get-printer-attributes.test $pkgdir +cp test/get-subscriptions.test $pkgdir cp test/gray.jpg $pkgdir cp test/ipp-[12].*.test $pkgdir cp test/ipp-everywhere.test $pkgdir