]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
testing: Don't run tests when building tkm-rpc
authorTobias Brunner <tobias@strongswan.org>
Mon, 6 May 2013 15:21:30 +0000 (17:21 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 6 May 2013 16:17:58 +0000 (18:17 +0200)
There are issues with some versions of the XML/Ada library on i386,
blocking the build of the testing environment when these tests are run.
TKM tests won't work in such a case but at least make-testing does not
block with this patch.

Fixes #336.

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

index dc6847ca5e9728feb12214acc41edd957e420439..9e1d2cfc690d6c2f8020e32c4ce5c2be33c0f94f 100644 (file)
@@ -16,7 +16,7 @@ all: install
        @touch $@
 
 .$(PKG)-built: .$(PKG)-cloned
-       cd $(PKG) && make tests && make
+       cd $(PKG) && make
        @touch $@
 
 install: .$(PKG)-built