diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-02 14:06:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-02 14:06:21 +0000 |
commit | d3f104d48f9c1d20a422db28961518962c4c902c (patch) | |
tree | 1e1caba01742ffb3131392af611ecbba242358ec | |
parent | eb84bfb7dc422587358aa2c81c81372c8ef1babf (diff) |
make smoketest use ooinstal to build its install set
-rw-r--r-- | Makefile.in | 8 | ||||
-rw-r--r-- | set_soenv.in | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 10b003e5d440..9e05c7059804 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ SHELL=/bin/sh all: dmake/dmake@EXEEXT@ fetch @. ./*[Ee]nv.[Ss]et.sh && \ cd instsetoo_native && \ - ../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ + build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ install: @. ./*[Ee]nv.[Ss]et.sh && \ @@ -40,3 +40,9 @@ src/downloaded: ooo.lst download $$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@ fetch: src/downloaded + +check: + @. ./*[Ee]nv.[Ss]et.sh && \ + cd smoketestoo_native && \ + export SAL_USE_VCLPLUGIN="svp" && \ + build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ diff --git a/set_soenv.in b/set_soenv.in index 464056e6dc64..2c56a4dd8ad1 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -2167,6 +2167,7 @@ print "*********************************************************". print "To build, issue:\nmake\n\n"; print "To install when the build is finished, issue:\nmake install\n\n"; print "If you want to develop LibreOffice, you might prefer:\nmake dev-install\n\n"; +print "If you want to run the smoketest, issue:\nmake check\n\n"; $bootfile = "bootstrap"; open( OUT, ">$bootfile" ) || |