summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-02-08 09:34:22 +0100
committerDavid Tardon <dtardon@redhat.com>2011-02-08 09:34:22 +0100
commit094c51f51ce40d844424a85dffc1a63faaf26803 (patch)
treecf372ceec9d46f064f507ab8a335bfe27ccfbd51 /sal/qa/rtl
parent557ec3088059862958a7bacbe45ea275028bbf15 (diff)
use local cppunittester
Diffstat (limited to 'sal/qa/rtl')
-rw-r--r--sal/qa/rtl/strings/makefile.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/sal/qa/rtl/strings/makefile.mk b/sal/qa/rtl/strings/makefile.mk
index c62e886cf..1ba338066 100644
--- a/sal/qa/rtl/strings/makefile.mk
+++ b/sal/qa/rtl/strings/makefile.mk
@@ -34,8 +34,6 @@ 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"
@@ -62,4 +60,4 @@ SHL1VERSIONMAP := $(PRJ)$/qa$/export.map
DEF1NAME := $(SHL1TARGET)
.INCLUDE: target.mk
-.INCLUDE : _cppunit.mk
+.INCLUDE: $(PRJ)$/qa$/cppunit_local.mk