Kaydet (Commit) 116f3f2e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We don't do cppunit stuff here

üst 5488d34b
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment