Added compatibility for PAF 4.
[gedcom-parse.git] / t / Makefile.am
index f898e0339a0bfa51790430d564e5dcba08e87188..6e2fb3e1bb0bb1165b17abe5f23511d87cdf3f09 100644 (file)
@@ -6,14 +6,14 @@ SUBDIRS=src input output .
 
 TESTS := $(wildcard $(srcdir)/*.test)
 
-EXTRA_DIST=$(TESTS) test_valgrind untest_valgrind
+EXTRA_DIST=$(TESTS) set_testenv
 
 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"; \