]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Don't run tests when building tkm
authorTobias Brunner <tobias@strongswan.org>
Tue, 7 May 2013 08:19:37 +0000 (10:19 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 7 May 2013 08:19:37 +0000 (10:19 +0200)
The problem with XML/Ada described in 9c2aba27 actually occurs when
running the tests here.

Really fixes #336.

testing/scripts/recipes/010_tkm.mk

index 971cd170f43d374f1998bff953e9371b45986d58..cf24e1e26715ceb9e356ca88ed546a5a932e09df 100644 (file)
@@ -14,7 +14,7 @@ all: install
        @touch $@
 
 .$(PKG)-built: .$(PKG)-cloned
-       cd $(PKG) && make tests && make
+       cd $(PKG) && make
        @touch $@
 
 install: .$(PKG)-built