summaryrefslogtreecommitdiff
path: root/sal/qa/makefile.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-22 02:10:02 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-22 02:11:04 +0300
commitf1d88b1ef97596545469fe06eca5208614f20140 (patch)
tree7b73a8c94bec0290b4d2b8286a42adcc6f1aec7e /sal/qa/makefile.mk
parent3deab5ce9ccf450ede73168ca97be700c861e792 (diff)
Cannot do unit testing when cross-compiling
Diffstat (limited to 'sal/qa/makefile.mk')
-rw-r--r--sal/qa/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/qa/makefile.mk b/sal/qa/makefile.mk
index 391ac66b8..529b3bea4 100644
--- a/sal/qa/makefile.mk
+++ b/sal/qa/makefile.mk
@@ -47,6 +47,8 @@ TARGET=whole_sal_qa
ALLTAR : test_all
.ENDIF
+.IF "$(CROSS_COMPILING)"==""
+
# OTHER STUFF ------------------------------------------------------
# test : test_all
@@ -60,3 +62,5 @@ test_all:
@echo - start sal unit tests
@echo ----------------------------------------------------------
$(PERL) buildall.pl $(TESTOPT)
+
+.ENDIF