Use ICONV_PATH in tests.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Tue, 1 Oct 2002 16:17:07 +0000 (16:17 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Tue, 1 Oct 2002 16:17:07 +0000 (16:17 +0000)
t/Makefile.am

index fea7cce11680ecd2d671d0dd9c80cddea64ed00a..071b1ea87dbaceab46584c9f2e60eaa1b8380747 100644 (file)
@@ -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; \