From 69074f49689a5fe65bdfccd4f431e606021e31db Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 15 Nov 2019 22:59:58 +0000 Subject: [PATCH] build system: Drop `check' from `all' Otherwise there's no way to make everything but not run tets. Signed-off-by: Ian Jackson --- test-common.sd.mk | 2 -- 1 file changed, 2 deletions(-) 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 ?= @ -- 2.30.2