summaryrefslogtreecommitdiff
path: root/solenv/inc/cppunit.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 09:36:39 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 09:36:39 +0000
commitd621ebdd79b786d579dc060509ef0dc3d62081f3 (patch)
tree1e5936c9736225b6cd88d18ce1939964f8ae27a5 /solenv/inc/cppunit.mk
parent1d452ea7dcb6d8728d2f97bf029c0435d17b757c (diff)
INTEGRATION: CWS ause068 (1.4.442); FILE MERGED
2006/09/15 13:26:33 hjs 1.4.442.1: #i69536# don't force shell for echo
Diffstat (limited to 'solenv/inc/cppunit.mk')
-rw-r--r--solenv/inc/cppunit.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/inc/cppunit.mk b/solenv/inc/cppunit.mk
index eb59af60fcfe..9876d3a37778 100644
--- a/solenv/inc/cppunit.mk
+++ b/solenv/inc/cppunit.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: cppunit.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 09:33:26 $
+# last change: $Author: kz $ $Date: 2006-10-05 10:36:39 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -73,9 +73,9 @@ TEST$(TNR)LIB=$(SHL$(TNR)TARGETN)
.IF "$(SHL$(TNR)TARGET)"!=""
test : test$(TNR)
test$(TNR): ALLTAR
- @+echo ----------------------------------------------------------
- @+echo - start unit test \#$(TNR) on library $(TEST$(TNR)LIB)
- @+echo ----------------------------------------------------------
+ @echo ----------------------------------------------------------
+ @echo - start unit test \#$(TNR) on library $(TEST$(TNR)LIB)
+ @echo ----------------------------------------------------------
testshl2 $(TEST$(TNR)LIB) $(TEST$(TNR)OPT)
.ENDIF