diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-27 18:41:54 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-27 19:09:50 +0200 |
commit | fa0fd16526f05e37e10af7a367c9950a974d7c90 (patch) | |
tree | d1861166ba6fd60e4b6f8cb44c3fc07aae6aa41b /android/qa | |
parent | 887fc099c118da335e8a507db9521437f5bd2e82 (diff) |
update cppunit to 1.13.0
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
Diffstat (limited to 'android/qa')
-rw-r--r-- | android/qa/sc/Makefile | 2 | ||||
-rw-r--r-- | android/qa/simple/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile index 815758d9ac56..3b92d3b67224 100644 --- a/android/qa/sc/Makefile +++ b/android/qa/sc/Makefile @@ -46,7 +46,7 @@ copy-stuff: # # The cppunit library # - $(call COPY,$(OUTDIR)/lib/libcppunit-1.12.so) + $(call COPY,$(OUTDIR)/lib/libcppunit-1.13.so) # # The tests we run here # diff --git a/android/qa/simple/Makefile b/android/qa/simple/Makefile index 80070842d4c2..fad773092516 100644 --- a/android/qa/simple/Makefile +++ b/android/qa/simple/Makefile @@ -44,7 +44,7 @@ copy-stuff: $(call COPY,$(OUTDIR)/bin/cppunit/cppunittester,libcppunittester.so) # # The cppunit library - $(call COPY,$(OUTDIR)/lib/libcppunit-1.12.so) + $(call COPY,$(OUTDIR)/lib/libcppunit-1.13.so) # # cppunit "plug-ins", first ones from sal # |