summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-07-06 14:04:08 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-07-06 14:07:33 +0200
commit69c313c5c15bdaab05e060a8a27abaa019b6f984 (patch)
tree443b0b921cebc5942ccc232fc5696e9dda875dbe /Makefile.shared
parentc68c61cf28714d5f4046965524cd527c2cbfbb48 (diff)
Adding some testing automation tools
* Makefile.shared: Added make test rule * bin/run-tests.sh: Script used to run the tests from the makefile * bin/setup.in: * configure.in: Added --with-tests option to configure * download.in: Changed to download the test dependencies * download_tests_dependencies.sh: Download delegate calling all the download.sh scripts in the test/* folder
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared
index e80ac3f8d..84ebd2be4 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -147,6 +147,10 @@ gitignore : $(OOBUILDDIR)/.gitignore
$(OOBUILDDIR)/.gitignore : $(OOBUILDDIR)/unpack
cd $(OOBUILDDIR); $(TOOLSDIR)/bin/create-gitignores.sh
+test: $(BUILDDIR)/install/program/ooenv
+ bin/run-tests.sh $(BUILDDIR)/install
+
+
help:
@echo "-----------------------------------------------------------------------------------"
@echo " MAIN TARGETS"
@@ -161,6 +165,7 @@ help:
@echo "-----------------------------------------------------------------------------------"
@echo ""
@echo " * dev-install: installs with links to the build tree"
+ @echo " * test: runs the tests"
@echo " * id: generates the GNU ID database"
@echo " * tags: generates the tags file"
@echo " * docs: generates (partial) doxygen src docs"