source: trunk/third/enscript/tests/defs @ 17620

Revision 17620, 477 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17619, which included commits to RCS files with non-trunk default branches.
Line 
1#!/bin/sh
2#
3# Definitions for GNU Enscript testing environment.
4#
5
6# Set ENSCRIPT_LIBRARY so enscript knows where to lookup its lib files.
7ENSCRIPT_LIBRARY="$srcdir/../lib"
8export ENSCRIPT_LIBRARY
9
10output=testout.ps
11
12asciifiles="$srcdir/defs $srcdir/ascii.test $srcdir/../src/psgen.c"
13binaryfiles="../src/enscript ../src/mkafmmap"
14
15enscript="../src/enscript"
16
17# Check that $srcdir is set correctly.
18test -f $srcdir/defs || {
19  echo "defs: installation error" 1>&2
20  exit 1
21}
22
Note: See TracBrowser for help on using the repository browser.