diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-24 22:44:40 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-24 22:44:40 +0200 |
commit | 116f3f2e163327e5494c86fb47853ec2282dd1fe (patch) | |
tree | 6595f39237f1bb96c59f23d47cbd8c3ffaab024d /android | |
parent | 5488d34bbf79a83942221f0f3bf94bec09db05a2 (diff) |
We don't do cppunit stuff here
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/desktop/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 09b5fa972f47..375bb82e341b 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 \ |