chiark / gitweb /
test-common: Framework for compatibility tests
[secnet.git] / test-common.sd.mk
index 904536d040f1a3c2d8bdd9607722b3ca35b6c6e0..0b7f4dffe47d4518e9ef6cc894c89c67f0e34104 100644 (file)
@@ -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