[Libreoffice-commits] .: Makefile.am

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Nov 2 02:59:05 PDT 2010


 Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b79fba79349c96f2b9e170e7ad108161f4d5b604
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Nov 2 10:58:20 2010 +0100

    Update the smoketest rule according to Caolan's recommendation.

diff --git a/Makefile.am b/Makefile.am
index b9da4ee..884129e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -164,7 +164,8 @@ $(BUILDDIR)/install/program/ooenv: $(STAMP_DIR)/build
 	fi
 
 smoketest: $(BUILDDIR)/install/program/ooenv
-	echo framework/required/f_topten.bas | $(OOBUILDDIR)/testautomation/tools/run_tests/run_tests.sh -p $(BUILDDIR)/install/basis*/program/testtool.bin
+	( . $(OOBUILDDIR)/*.Set.sh ; export SAL_USE_VCLPLUGIN="svp" ; \
+	  cd $(OOBUILDDIR)/test && build && deliver && cd $(OOBUILDDIR)/smoketestoo_native && build )
 
 id : $(OOBUILDDIR)/ID
 $(OOBUILDDIR)/ID : $(STAMP_DIR)/build


More information about the Libreoffice-commits mailing list