Parent Directory
|
Revision Log
|
Patch
| code/trunk/RunTest.in revision 134 by ph10, Tue Mar 20 11:46:50 2007 UTC | code/trunk/RunTest revision 137 by ph10, Thu Mar 29 13:56:00 2007 UTC | |
|---|---|---|
| # | Line 5 | Line 5 |
| 5 | ||
| 6 | # Run PCRE tests | # Run PCRE tests |
| 7 | ||
| 8 | cf=diff | cf="diff -u" |
| 9 | valgrind= | valgrind= |
| 10 | if [ ! -d testdata ] ; then | testdata=testdata |
| 11 | ln -s @top_srcdir@/testdata testdata | |
| 12 | if [ -n "$srcdir" -a -d "$srcdir" ] ; then | |
| 13 | testdata="$srcdir/testdata" | |
| 14 | fi | fi |
| testdata=./testdata | ||
| 15 | ||
| 16 | # Find which optional facilities are available | # Find which optional facilities are available |
| 17 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |