X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2FMakefile.am;h=6e2fb3e1bb0bb1165b17abe5f23511d87cdf3f09;hb=3d1822cb295202993c11564f7dd64442d8b67d2f;hp=a95ff704bb385acad470db4f182306a646038885;hpb=a5bd4c3c89f5cb433a615c436947b8b0f44c3661;p=gedcom-parse.git diff --git a/t/Makefile.am b/t/Makefile.am index a95ff70..6e2fb3e 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -6,14 +6,14 @@ SUBDIRS=src input output . TESTS := $(wildcard $(srcdir)/*.test) -EXTRA_DIST=$(TESTS) +EXTRA_DIST=$(TESTS) set_testenv TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@ all-local: - @rm -f *.out $(DMALLOC_LOG) + @rm -f *.out *.ged -check-% : %.test all-local +check-% : %.test all @srcdir=$(srcdir); export srcdir; \ if $(TESTS_ENVIRONMENT) ./$<; then \ echo "Test succeeded"; \