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.
This commit is contained in:
Tobias Brunner
2013-05-06 18:17:58 +02:00
parent a8849e0713
commit 9c2aba2735
+1 -1
View File
@@ -16,7 +16,7 @@ all: install
@touch $@
.$(PKG)-built: .$(PKG)-cloned
cd $(PKG) && make tests && make
cd $(PKG) && make
@touch $@
install: .$(PKG)-built