]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Revert "testing: Don't run tests when building tkm-rpc"
authorTobias Brunner <tobias@strongswan.org>
Fri, 19 Nov 2021 14:23:44 +0000 (15:23 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 29 Nov 2021 14:06:57 +0000 (15:06 +0100)
Let's try that again on current systems.

This reverts commit 9c2aba2735b5b54a892b50e2224008bc0cde4267.

testing/scripts/recipes/006_tkm-rpc.mk

index eb3d8c89be140759e1f6c414de0711d1c7e28950..6e3d8e085d61447db8ab49013d5a167f141d6399 100644 (file)
@@ -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)