[Libreoffice-commits] .: android/qa

Tor Lillqvist tml at kemper.freedesktop.org
Tue Jan 24 12:52:13 PST 2012


 android/qa/desktop/Makefile |   16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

New commits:
commit 116f3f2e163327e5494c86fb47853ec2282dd1fe
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Jan 24 22:44:40 2012 +0200

    We don't do cppunit stuff here

diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile
index 09b5fa9..375bb82 100644
--- a/android/qa/desktop/Makefile
+++ b/android/qa/desktop/Makefile
@@ -84,21 +84,7 @@ copy-stuff: buildrcs
 # First the most important one, liblo-bootstrap.so
 	$(call COPY,$(OUTDIR)/lib/liblo-bootstrap.so)
 #
-# Then the cppunittester "program". As all "program"
-# files we build for Android actually is a shared object.
-	$(call COPY,$(OUTDIR)/bin/cppunit/cppunittester,libcppunittester.so)
-#
-# The cppunit library
-#
-	$(call COPY,$(OUTDIR)/lib/libcppunit-1.12.so)
-#
-# The tests we run here
-#
-	for F in sc_ucalc sc_filters_test; do \
-	    $(call COPY,$(WORKDIR)/LinkTarget/CppunitTest/libtest_$${F}.so); \
-	done
-#
-# Libs and UNO components that the tests need.
+# Libs and UNO components that we need.
 #
 	for F in $(strip \
 		  basebmplo \


More information about the Libreoffice-commits mailing list