X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2FMakefile.am;h=0182fcc15f2ef6047543c37de1a0bd2300e3b9b9;hb=af661d40ea67b19214bc4c61f46c43211b75b8fa;hp=fea7cce11680ecd2d671d0dd9c80cddea64ed00a;hpb=3780b0be94bdb523584290763077582147ea57ce;p=gedcom-parse.git diff --git a/t/Makefile.am b/t/Makefile.am index fea7cce..0182fcc 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -2,15 +2,17 @@ # $Id$ # $Name$ -SUBDIRS=src input . +SUBDIRS=src input output . DMALLOC_LOG = dmalloc.log 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; \