|
@@ -1,5 +1,4 @@ |
|
|
|
|
|
|
|
|
#! /bin/sh |
|
|
|
|
|
|
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
# Make sure srcdir is an absolute path. Supply the variable |
|
|
# Make sure srcdir is an absolute path. Supply the variable |
|
|
# if it does not exist. We want to be able to run the tests |
|
|
# if it does not exist. We want to be able to run the tests |
|
@@ -22,6 +21,8 @@ case "$top_builddir" in |
|
|
*) top_builddir=`\cd ${top_builddir-..} && pwd` ;; |
|
|
*) top_builddir=`\cd ${top_builddir-..} && pwd` ;; |
|
|
esac |
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
top_builddir=${top_builddir}/tests |
|
|
|
|
|
|
|
|
progname=`echo "$0" | sed 's,^.*/,,'` |
|
|
progname=`echo "$0" | sed 's,^.*/,,'` |
|
|
testname=`echo "$progname" | sed 's,-.*$,,'` |
|
|
testname=`echo "$progname" | sed 's,-.*$,,'` |
|
|
testsubdir=${testsubdir-testSubDir} |
|
|
testsubdir=${testsubdir-testSubDir} |