root / pkpgcounter / trunk / tests / runtest.sh @ 3474

Revision 3474, 1.1 kB (checked in by jerome, 15 years ago)

Changed copyright years.

  • Property svn:executable set to *
  • Property svn:keywords set to Auth Date Id Rev
RevLine 
[197]1#! /bin/sh
[463]2#
3# pkpgcounter : a generic Page Description Language parser
4#
[3474]5# (c) 2003-2009 Jerome Alet <alet@librelogiciel.com>
[463]6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation, either version 3 of the License, or
9# (at your option) any later version.
[3436]10#
[463]11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
[3436]15#
[463]16# You should have received a copy of the GNU General Public License
17# along with this program.  If not, see <http://www.gnu.org/licenses/>.
[197]18
[510]19echo "Analyzing colors..."
[382]20if ! [ -f "colors.pdf" ]  ; then
[3436]21   python ./runcolors.py ;
[382]22fi ;
[3436]23echo
[197]24
[505]25for cspace in BW RGB CMY CMYK GC ; do
[382]26    echo "Colorspace : $cspace" ;
[505]27    pkpgcounter --colorspace $cspace colors.pdf ;
[382]28    echo ;
[3436]29done
[510]30
31echo "Generating testsuite..."
32gunzip <master.ps.gz | python ./gstests.py -
Note: See TracBrowser for help on using the browser.