From: Peter Verthez Date: Tue, 1 Oct 2002 16:17:07 +0000 (+0000) Subject: Use ICONV_PATH in tests. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=aebc12c8ea1375cfb6f3366e8b6e1d792ec83c04;p=gedcom-parse.git Use ICONV_PATH in tests. --- 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; \