mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-27 00:00:29 -05:00
testing: Don't run tests when building tkm
The problem with XML/Ada described in 9c2aba27 actually occurs when running the tests here. Really fixes #336.
This commit is contained in:
parent
9c2aba2735
commit
e74bca9e19
@ -14,7 +14,7 @@ all: install
|
|||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
.$(PKG)-built: .$(PKG)-cloned
|
.$(PKG)-built: .$(PKG)-cloned
|
||||||
cd $(PKG) && make tests && make
|
cd $(PKG) && make
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
install: .$(PKG)-built
|
install: .$(PKG)-built
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user