More EasyTree compatibility.
[gedcom-parse.git] / t / Makefile.am
index a95ff704bb385acad470db4f182306a646038885..6e2fb3e1bb0bb1165b17abe5f23511d87cdf3f09 100644 (file)
@@ -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"; \