aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-09-11 11:49:35 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-09-11 11:49:35 +0200
commitc302eca2c69de664dc8ac53a4577eeffe5daa5ca (patch)
tree6e8588522ff9706877d2158ddf5bfb08b99d186c /tests/testsuite.at
parentdb1533651f6a8684f3c1551e32c96f9a0ad83116 (diff)
tests: Make the gb test work with srcdir != builddir
* Disable color and printing the filename of the stderr log target, update the results * Add the .ok, .err and .sh files to the extra_dist * Execute the shell script from the source directory
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index dd22c323..360f846f 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -13,7 +13,7 @@ AT_SETUP([bssgp-fc])
AT_KEYWORDS([bssgp-fc])
cat $abs_srcdir/gb/bssgp_fc_tests.ok > expout
cat $abs_srcdir/gb/bssgp_fc_tests.err > experr
-AT_CHECK([$abs_top_builddir/tests/gb/bssgp_fc_tests.sh $abs_top_builddir/tests/gb], [], [expout], [experr])
+AT_CHECK([$abs_top_srcdir/tests/gb/bssgp_fc_tests.sh $abs_top_builddir/tests/gb], [], [expout], [experr])
AT_CLEANUP
AT_SETUP([bits])