X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2FMakefile.am;h=c1f50b45b5522a01040d1b282aebb9978fcd4c95;hb=0ba899a49684fbb62d6f1baea4309e716d170d16;hp=f898e0339a0bfa51790430d564e5dcba08e87188;hpb=1f1d8f629abb83c4a54786e5d1ac36b26c70d4a9;p=gedcom-parse.git diff --git a/t/Makefile.am b/t/Makefile.am index f898e03..c1f50b4 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -11,9 +11,9 @@ EXTRA_DIST=$(TESTS) test_valgrind untest_valgrind TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@ all-local: - @rm -f *.out + @rm -f *.out *.ged -check-% : %.test all-local +check-% : %.test all @srcdir=$(srcdir); export srcdir; \ if $(TESTS_ENVIRONMENT) ./$<; then \ echo "Test succeeded"; \