X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=test-common.sd.mk;h=0b7f4dffe47d4518e9ef6cc894c89c67f0e34104;hb=9eba4abfe44617aa78f625d900fe6bc2c58bb4cb;hp=904536d040f1a3c2d8bdd9607722b3ca35b6c6e0;hpb=31c89500dd7755b13880409d4edc441ff06ffd37;p=secnet.git diff --git a/test-common.sd.mk b/test-common.sd.mk index 904536d..0b7f4df 100644 --- a/test-common.sd.mk +++ b/test-common.sd.mk @@ -1,7 +1,11 @@ include common.make -&TESTSCRIPTS ?= $(wildcard &^/t-*[0-9a-z]) +&TESTSCRIPTS ?= $(wildcard &^/t-[a-z]*[0-9a-z]) +ifneq ($(OLD_SECNET_DIR),) +&TESTSCRIPTS += $(wildcard &^/t-C*[0-9a-z]) +endif + &TESTNAMES := $(patsubst t-%,%,$(notdir $(&TESTSCRIPTS))) &DEPS += $(src)/test-common.tcl