summaryrefslogtreecommitdiff
path: root/sal/qa/sal
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
commit613eefe4f1e7677ebb954c39d1ef1f579f56c0b7 (patch)
tree282a604c3e9c4bfa210f9856b28d592e3b7ad5e7 /sal/qa/sal
parent5c7e0a0c9c1dd9edc384b38d3bfe7a0ae2faf4e5 (diff)
Cannot do unit testing when cross-compiling
Diffstat (limited to 'sal/qa/sal')
-rw-r--r--sal/qa/sal/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/qa/sal/makefile.mk b/sal/qa/sal/makefile.mk
index e5ccce32b184..783b30138efe 100644
--- a/sal/qa/sal/makefile.mk
+++ b/sal/qa/sal/makefile.mk
@@ -33,6 +33,8 @@ ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
+.IF "$(CROSS_COMPILING)"==""
+
SHL1TARGET = $(TARGET)_types
SHL1OBJS = $(SLO)$/test_types.obj
SHL1STDLIBS = $(SALLIB) $(CPPUNITLIB)
@@ -42,5 +44,7 @@ DEF1NAME = $(SHL1TARGET)
SLOFILES = $(SHL1OBJS)
+.ENDIF
+
.INCLUDE: target.mk
.INCLUDE: $(PRJ)$/qa$/cppunit_local.mk