diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tr/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 6e02d638d..34ab3bfa2 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -293,6 +293,9 @@ TESTS = $x-tests mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) +TESTS_ENVIRONMENT = \ + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" + all: all-am .SUFFIXES: |