From: Ian Jackson Date: Fri, 15 Nov 2019 22:59:58 +0000 (+0000) Subject: build system: Drop `check' from `all' X-Git-Tag: v0.5.1~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=69074f49689a5fe65bdfccd4f431e606021e31db;p=secnet.git build system: Drop `check' from `all' Otherwise there's no way to make everything but not run tets. Signed-off-by: Ian Jackson --- diff --git a/test-common.sd.mk b/test-common.sd.mk index 0584a98..ace46d4 100644 --- a/test-common.sd.mk +++ b/test-common.sd.mk @@ -9,8 +9,6 @@ include common.make &DEPS += $(src)/test-common.sd.mk &DEPS += &/Subdir.mk -&TARGETS += &check - &check-real: $(foreach t,$(&TESTNAMES),&d-$t/ok) CHECK_SILENT ?= @