[Libreoffice-commits] .: sal/qa

David Tardon dtardon at kemper.freedesktop.org
Mon Feb 7 09:49:31 PST 2011


 sal/qa/rtl/strings/makefile.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5c3430aef23820c6fef9788c181c8738ec44464f
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Feb 7 18:49:24 2011 +0100

    use locally built cppunittester

diff --git a/sal/qa/rtl/strings/makefile.mk b/sal/qa/rtl/strings/makefile.mk
index 7784cfd..c62e886 100644
--- a/sal/qa/rtl/strings/makefile.mk
+++ b/sal/qa/rtl/strings/makefile.mk
@@ -34,6 +34,9 @@ ENABLE_EXCEPTIONS := TRUE
 
 .INCLUDE: settings.mk
 
+# cppunittester is built in the same project; cannot use delivered version
+CPPUNITTESTER=$(AUGMENT_LIBRARY_PATH_LOCAL) $(GDBCPPUNITTRACE) $(VALGRINDTOOL) $(BIN)/cppunittester
+
 #building with stlport, but cppunit was not built with stlport
 .IF "$(USE_SYSTEM_STL)"!="YES"
 .IF "$(SYSTEM_CPPUNIT)"=="YES"


More information about the Libreoffice-commits mailing list