chiark / gitweb /
test suite: protocol-compat: Even more solid checks
[dgit.git] / tests / Makefile
index 157b487bcd988abacdc1ed23dc04ae68954519c3..5bd3eee2c10d5274d2dc1eca91863393b439c8b9 100644 (file)
@@ -1,7 +1,7 @@
 # usage: tests/using-intree make -f tests/Makefile
 # (optionally setting TESTSCRIPTS='tests/tests/foo tests/tests/bar')
 
-TESTSCRIPTS ?= $(shell tests/list-tests)
+TESTSCRIPTS ?= $(shell tests/enumerate-tests)
 TESTNAMES := $(notdir $(TESTSCRIPTS))
 
 all: $(foreach t,$(TESTNAMES),tests/tmp/$t.ok)