summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2009-05-26 23:46:04 +0200
committerThorsten Behrens <tbehrens@novell.com>2009-05-26 23:49:37 +0200
commit1d8883e38dd3637eba1d0c608014cb75f2307d3c (patch)
tree328e3199314c679663737ec5e2a86b88ab02f9d9 /Makefile.shared
parent894d765d8169f9d11781a4d30977462620a5460c (diff)
Adds two new make targets: dev-install and smoketest
A 'make dev-install' will perform a 'ooinstall -l' installation into ooo-build/build/install, such that you can start hacking OOo immediately there. A 'make smoketest' will first dev-install OOo, then run the testtool with framework/required/f_topten.bas (which is ~similar to what the smoketest module does). Not really working yet, you need to run OOo once before testtool will work * Makefile.shared: added the two new make targets
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 284acb652..afcf8e746 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -106,6 +106,13 @@ else
cd bin ; ./package-ooo
endif
+dev-install: $(BUILDDIR)/install/program/ooenv
+$(BUILDDIR)/install/program/ooenv: $(STAMP_DIR)/build
+ cd bin; ./ooinstall -l $(BUILDDIR)/install
+
+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
+
id : $(OOBUILDDIR)/ID
$(OOBUILDDIR)/ID : $(STAMP_DIR)/build
cd $(OOBUILDDIR); $(TOOLSDIR)/bin/create-ids