From 6b9c8a674ff5a4c639638224f1008b4f27cbc5c7 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 19 Nov 2021 15:23:44 +0100 Subject: [PATCH] Revert "testing: Don't run tests when building tkm-rpc" Let's try that again on current systems. This reverts commit 9c2aba2735b5b54a892b50e2224008bc0cde4267. --- testing/scripts/recipes/006_tkm-rpc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/006_tkm-rpc.mk b/testing/scripts/recipes/006_tkm-rpc.mk index eb3d8c89b..6e3d8e085 100644 --- a/testing/scripts/recipes/006_tkm-rpc.mk +++ b/testing/scripts/recipes/006_tkm-rpc.mk @@ -19,7 +19,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