From: Tobias Brunner Date: Fri, 19 Nov 2021 14:24:44 +0000 (+0100) Subject: Revert "testing: Don't run tests when building tkm" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43927e60a75a5f7f2748a4aae8ed4e7852ef338c;p=people%2Fms%2Fstrongswan.git Revert "testing: Don't run tests when building tkm" This reverts commit e74bca9e1952cfe4f27f68afeb72be2af56a1256. --- 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)