Always run setup-test from make test/runalltests, just in case the test build directo...
[mmh] / Makefile.am
index ee9b511..42e71fe 100644 (file)
@@ -500,7 +500,6 @@ man/man.sed: Makefile
        $(SED) -f man/man.sed $< > $@
 
 test: all
-       @test -d $(testdir)/testinstall || $(testdir)/setup-test
        @$(testdir)/runalltests
 .PHONY: test