]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Revert "testing: Don't run tests when building tkm"
authorTobias Brunner <tobias@strongswan.org>
Fri, 19 Nov 2021 14:24:44 +0000 (15:24 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 29 Nov 2021 14:06:57 +0000 (15:06 +0100)
This reverts commit e74bca9e1952cfe4f27f68afeb72be2af56a1256.

testing/scripts/recipes/010_tkm.mk

index 1e1d7bfe487b788d34fefb2b51f4e80acf783890..b08f8ce37b79f66512d72a27c5700426a069ab65 100644 (file)
@@ -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)