summaryrefslogtreecommitdiff
path: root/basebmp/test
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-09-16 11:45:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-09-16 11:45:54 +0000
commitd6cf80c14ef6abe02125bb8f66262961193cffd7 (patch)
treecd0ac5af57e495d4eb1a269f4b1723ffa0ac0c48 /basebmp/test
parente87ea379e99c01e62555c1821b69a55a490b07f2 (diff)
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'basebmp/test')
-rw-r--r--basebmp/test/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk
index 7d0dc6e3967a..3ea13868aeb4 100644
--- a/basebmp/test/makefile.mk
+++ b/basebmp/test/makefile.mk
@@ -65,6 +65,7 @@ CDEFS+=-xalias_level=compatible
.ENDIF
# --- Common ----------------------------------------------------------
+.IF "$(L10N_framework)"==""
# BEGIN ----------------------------------------------------------------
# auto generated Target:tests by codegen.pl
@@ -85,7 +86,6 @@ SHL1OBJS= \
# here, because not yet delivered. Need the functionality to test, so
# we're linking it in statically. Need to keep this in sync with
# source/makefile.mk
-
SHL1TARGET= tests
SHL1STDLIBS= $(SALLIB) \
$(CPPUNITLIB) \
@@ -95,7 +95,7 @@ SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
SHL1VERSIONMAP = export.map
-
+.ENDIF
# END ------------------------------------------------------------------
#APP2TARGET= bmpdemo
@@ -127,6 +127,7 @@ SLOFILES=$(SHL1OBJS)
.INCLUDE : _cppunit.mk
# --- Enable test execution in normal build ------------------------
+.IF "$(L10N_framework)"==""
unittest : $(SHL1TARGETN)
@echo ----------------------------------------------------------
@@ -135,3 +136,4 @@ unittest : $(SHL1TARGETN)
$(TESTSHL2) -sf $(mktmp ) $(SHL1TARGETN)
ALLTAR : unittest
+.ENDIF