summaryrefslogtreecommitdiff
path: root/unoxml/test/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/test/makefile.mk')
-rw-r--r--unoxml/test/makefile.mk13
1 files changed, 7 insertions, 6 deletions
diff --git a/unoxml/test/makefile.mk b/unoxml/test/makefile.mk
index 781f8a46bf96..3df2aa5d0d28 100644
--- a/unoxml/test/makefile.mk
+++ b/unoxml/test/makefile.mk
@@ -1,7 +1,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -44,7 +44,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Common ----------------------------------------------------------
# BEGIN ----------------------------------------------------------------
-# auto generated Target:tests by codegen.pl
+# auto generated Target:tests by codegen.pl
SHL1OBJS= \
$(SLO)$/domtest.obj
@@ -66,6 +66,7 @@ SHL1STDLIBS= \
$(COMPHELPERLIB) \
$(CPPUHELPERLIB) \
$(CPPUNITLIB) \
+ $(TESTSHL2LIB) \
$(CPPULIB) \
$(SAXLIB) \
$(SALLIB)\
@@ -74,18 +75,18 @@ SHL1STDLIBS= \
SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
-SHL1VERSIONMAP = export.map
+SHL1VERSIONMAP = export.map
# END ------------------------------------------------------------------
#------------------------------- All object files -------------------------------
# do this here, so we get right dependencies
-SLOFILES=$(SHL1OBJS)
+SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : _cppunit.mk
+.INCLUDE : _cppunit.mk
# --- Fake uno bootstrap ------------------------
@@ -100,7 +101,7 @@ $(MISC)$/unoxml_unittest_succeeded : $(SHL1TARGETN) $(BIN)$/unoxml_unittest_test
@echo ----------------------------------------------------------
@echo - start unit test on library $(SHL1TARGETN)
@echo ----------------------------------------------------------
- testshl2 -forward $(BIN)$/ -sf $(mktmp ) $(SHL1TARGETN)
+ $(TESTSHL2) -forward $(BIN)$/ -sf $(mktmp ) $(SHL1TARGETN)
$(TOUCH) $@
ALLTAR : $(MISC)$/unoxml_unittest_succeeded