summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/Makefile.am
diff options
context:
space:
mode:
authorRoumen Petrov <bugtrack@roumenpetrov.info>2014-01-12 19:07:44 +0200
committerDaiki Ueno <ueno@gnu.org>2014-01-28 15:59:38 +0900
commit6e79981d7542606f7c9b91fc4f824fe1a1e05224 (patch)
treeba9f069337b6a60224415ec1705e35f04fc13186 /gettext-tools/tests/Makefile.am
parent08f2cace5c62df98385abb36cd61ff1aa6cd1a45 (diff)
downloadexternal_gettext-6e79981d7542606f7c9b91fc4f824fe1a1e05224.zip
external_gettext-6e79981d7542606f7c9b91fc4f824fe1a1e05224.tar.gz
external_gettext-6e79981d7542606f7c9b91fc4f824fe1a1e05224.tar.bz2
tests: use absolute path of source files
Replace ../$srcdir with $abs_srcdir in gettext-tools tests to add support for configuration with absolute path.
Diffstat (limited to 'gettext-tools/tests/Makefile.am')
-rw-r--r--gettext-tools/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am
index d48aa7b..12a25cf 100644
--- a/gettext-tools/tests/Makefile.am
+++ b/gettext-tools/tests/Makefile.am
@@ -160,6 +160,7 @@ CHECKER =
#CHECKER = valgrind --tool=massif --format=html --depth=10 --alloc-fn=xmalloc --alloc-fn=xrealloc --stacks=no
TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) \
+ abs_srcdir=$(abs_srcdir) \
GETTEXT="$(CHECKER) tstgettext" \
NGETTEXT="$(CHECKER) tstngettext" \
XGETTEXT="$(CHECKER) xgettext" \