Release version 1.6.4.90.
[enscript.git] / src / tests / defs
1 #!/bin/sh
2 #
3 # Definitions for GNU Enscript testing environment.
4 #
5
6 # Set ENSCRIPT_LIBRARY so enscript knows where the library files are.
7 ENSCRIPT_LIBRARY="$srcdir/../../lib"
8 export ENSCRIPT_LIBRARY
9
10 output=testout.ps
11
12 asciifiles="$srcdir/defs $srcdir/ascii.test $srcdir/../psgen.c"
13 binaryfiles="../enscript ../mkafmmap"
14
15 enscript="../enscript"
16
17 # Check that $srcdir is set correctly.
18 test -f $srcdir/defs || {
19   echo "defs: installation error" 1>&2
20   exit 1
21 }