chiark / gitweb /
Test suite: Introduce tests/list-tests
[dgit.git] / tests / Makefile
index 011bd3c2b75effc9df9c8fc5b9c580f8bcffa339..157b487bcd988abacdc1ed23dc04ae68954519c3 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 run-parts --list tests/tests)
+TESTSCRIPTS ?= $(shell tests/list-tests)
 TESTNAMES := $(notdir $(TESTSCRIPTS))
 
 all: $(foreach t,$(TESTNAMES),tests/tmp/$t.ok)