X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2FMakefile.am;h=c1f50b45b5522a01040d1b282aebb9978fcd4c95;hb=0603c84f984af0ea22651535d51c08586a70d49f;hp=a95ff704bb385acad470db4f182306a646038885;hpb=a5bd4c3c89f5cb433a615c436947b8b0f44c3661;p=gedcom-parse.git diff --git a/t/Makefile.am b/t/Makefile.am index a95ff70..c1f50b4 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) test_valgrind untest_valgrind 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"; \