Parent Directory
|
Revision Log
|
Patch
code/trunk/RunGrepTest.in revision 131 by ph10, Mon Mar 26 15:10:12 2007 UTC | code/trunk/RunGrepTest revision 137 by ph10, Thu Mar 29 13:56:00 2007 UTC | |
---|---|---|
# | Line 17 echo "Testing pcregrep" | Line 17 echo "Testing pcregrep" |
17 | ||
18 | cf="diff -ub" | cf="diff -ub" |
19 | valgrind= | valgrind= |
20 | if [ ! -d testdata ] ; then | testdata=testdata |
21 | ln -s @top_srcdir@/testdata testdata | |
22 | if [ -n "$srcdir" -a -d "$srcdir/testdata" ] ; then | |
23 | testdata="$srcdir/testdata" | |
24 | fi | fi |
testdata=./testdata | ||
25 | ||
26 | while [ $# -gt 0 ] ; do | while [ $# -gt 0 ] ; do |
27 | case $1 in | case $1 in |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |