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:
@@ -16,7 +16,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
|
||||||
|
|||||||
Reference in New Issue
Block a user