X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2FMakefile.am;h=c1f50b45b5522a01040d1b282aebb9978fcd4c95;hb=b5c4df4099d04b2d2d5c63054fe31956372f12da;hp=469f53cb20e11384c1c8a676d152d9fcaa62737a;hpb=416a98dc5d40b243417656e38b24ebd16f8a99ad;p=gedcom-parse.git diff --git a/t/Makefile.am b/t/Makefile.am index 469f53c..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 + @rm -f *.out *.ged -check-% : %.test all-local +check-% : %.test all @srcdir=$(srcdir); export srcdir; \ if $(TESTS_ENVIRONMENT) ./$<; then \ echo "Test succeeded"; \