From: Tobias Brunner Date: Mon, 6 May 2013 15:21:30 +0000 (+0200) Subject: testing: Don't run tests when building tkm-rpc X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c2aba27;p=people%2Fms%2Fstrongswan.git testing: Don't run tests when building tkm-rpc 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. --- diff --git a/testing/scripts/recipes/006_tkm-rpc.mk b/testing/scripts/recipes/006_tkm-rpc.mk index dc6847ca5..9e1d2cfc6 100644 --- a/testing/scripts/recipes/006_tkm-rpc.mk +++ b/testing/scripts/recipes/006_tkm-rpc.mk @@ -16,7 +16,7 @@ all: install @touch $@ .$(PKG)-built: .$(PKG)-cloned - cd $(PKG) && make tests && make + cd $(PKG) && make @touch $@ install: .$(PKG)-built