diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-19 13:33:01 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:35:12 +0200 |
commit | bbb9235e4e33776be1ef5d56ac026c0483084101 (patch) | |
tree | ba28c6d6de7c0041104ab58fc3e7b1e428b9e083 /testtools | |
parent | d26fd4b432150562315d93213895305e1f92aeeb (diff) |
do not run bridgetest on cross-compilation
Change-Id: I59addd16d4bd6720164c71dae3bd03e5d91afa40
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/Module_testtools.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testtools/Module_testtools.mk b/testtools/Module_testtools.mk index 948d79a876fc..f24ac0a55199 100644 --- a/testtools/Module_testtools.mk +++ b/testtools/Module_testtools.mk @@ -50,8 +50,10 @@ $(eval $(call gb_Module_add_targets,testtools,\ )) endif +ifneq ($(CROSS_COMPILING),YES) $(eval $(call gb_Module_add_check_targets,testtools,\ CustomTarget_uno_test \ )) +endif # vim:set shiftwidth=4 softtabstop=4 expandtab: |