From aebc12c8ea1375cfb6f3366e8b6e1d792ec83c04 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Tue, 1 Oct 2002 16:17:07 +0000 Subject: [PATCH] Use ICONV_PATH in tests. --- t/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/Makefile.am b/t/Makefile.am index fea7cce..071b1ea 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -9,8 +9,10 @@ TESTS := $(wildcard $(srcdir)/*.test) EXTRA_DIST=$(TESTS) +TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@ + all-local: - @rm -f testgedcom.out $(DMALLOC_LOG) + @rm -f *.out $(DMALLOC_LOG) check-% : %.test all-local @srcdir=$(srcdir); export srcdir; \ -- 2.30.2