chiark / gitweb /
test suite: Drop dependency arrangement for tests/tmp
[dgit.git] / tests / Makefile
index 44b745849153b22b13041666efa5a4aec168ea2a..d6f78dc819a4cb63bd3e7d6a8d0ce8d91fc502f4 100644 (file)
@@ -9,11 +9,7 @@ TESTNAMES := $(notdir $(TESTSCRIPTS))
 all: $(foreach t,$(TESTNAMES),tests/tmp/$t.ok)
        @echo "ALL PASSED"
 
-tests/tmp:
-       mkdir -p $@
-
-
-tests/tmp/%.ok: tests/tmp
+tests/tmp/%.ok:
 ifeq ($(DGIT_TEST_RETRY_COUNT),)
        tests/tests/$* >tests/tmp/$*.log 2>&1
 else