aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-05-06 17:21:30 +0200
committerTobias Brunner <tobias@strongswan.org>2013-05-06 18:17:58 +0200
commit9c2aba2735b5b54a892b50e2224008bc0cde4267 (patch)
treef4d2a4b2417690f7b64f41be3eb8e9c20060050b /testing
parenta8849e0713d3ae0f377f0b0e8c8fb83803d4eed4 (diff)
downloadstrongswan-9c2aba27.tar.bz2
strongswan-9c2aba27.tar.xz
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.
Diffstat (limited to 'testing')
-rw-r--r--testing/scripts/recipes/006_tkm-rpc.mk2
1 files changed, 1 insertions, 1 deletions
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