From 43927e60a75a5f7f2748a4aae8ed4e7852ef338c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 19 Nov 2021 15:24:44 +0100 Subject: [PATCH] Revert "testing: Don't run tests when building tkm" This reverts commit e74bca9e1952cfe4f27f68afeb72be2af56a1256. --- testing/scripts/recipes/010_tkm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/010_tkm.mk b/testing/scripts/recipes/010_tkm.mk index 1e1d7bfe4..b08f8ce37 100644 --- a/testing/scripts/recipes/010_tkm.mk +++ b/testing/scripts/recipes/010_tkm.mk @@ -17,7 +17,7 @@ all: install @rm -f .$(PKG)-checkout-* && touch $@ .$(PKG)-built-$(REV): .$(PKG)-checkout-$(REV) - cd $(PKG) && make + cd $(PKG) && make tests && make @rm -f .$(PKG)-built-* && touch $@ install: .$(PKG)-built-$(REV) -- 2.47.3