~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to test/test_perl.sh.in

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Test suite for c examples.
 
3
#
 
4
# Copyright (C) 2004  Alan W. Irwin
 
5
#
 
6
# This file is part of PLplot.
 
7
#
 
8
# PLplot is free software; you can redistribute it and/or modify
 
9
# it under the terms of the GNU General Library Public License as published
 
10
# by the Free Software Foundation; either version 2 of the License, or
 
11
# (at your option) any later version.
 
12
#
 
13
# PLplot is distributed in the hope that it will be useful,
 
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
# GNU Library General Public License for more details.
 
17
#
 
18
# You should have received a copy of the GNU Library General Public License
 
19
# along with PLplot; if not, write to the Free Software
 
20
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
21
 
 
22
# This is called from plplot-test.sh with $perldir, $device, $dsuffix,
 
23
# and $options defined.
 
24
 
 
25
# To build the c examples before running this script do the following:
 
26
# pushd $cdir; make; popd
 
27
 
 
28
# Do the standard non-interactive examples.
 
29
# skip 14 because it requires two output files.
 
30
# skip 17 and 20 because they are interactive.
 
31
# skip 21 because it delivers variable results depending on computer timing
 
32
# and load.
 
33
for index in 01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 22; do
 
34
  $perldir/x${index}.pl -dev $device -o ${OUTPUT_DIR}/x${index}pdl.$dsuffix $options
 
35
done