From: Pavel Roskin <proski@gnu.org>
To: git@vger.kernel.org, Petr Baudis <pasky@suse.cz>
Subject: [PATCH 3/3] Allow the tutorial script to be run by "make test"
Date: Thu, 02 Mar 2006 20:11:59 -0500 [thread overview]
Message-ID: <20060303011159.14619.40752.stgit@dv.roinet.com> (raw)
In-Reply-To: <20060303011154.14619.71590.stgit@dv.roinet.com>
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
Documentation/Makefile | 4 ++++
Documentation/tutorial-script/Makefile | 5 +++++
Makefile | 1 +
3 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 3aad2fb..e5508e8 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -55,7 +55,11 @@ install-html: html
$(INSTALL) -m755 -d $(DESTDIR)/$(htmldir)
$(INSTALL) $(DOC_HTML) $(DESTDIR)/$(htmldir)
+test:
+ make -C tutorial-script test
+
clean:
+ make -C tutorial-script clean
rm -f *.xml *.html *.1 *.7 cg*.txt $(PACKAGE).txt
.PRECIOUS: cg%.txt
diff --git a/Documentation/tutorial-script/Makefile b/Documentation/tutorial-script/Makefile
new file mode 100644
index 0000000..bdf384f
--- /dev/null
+++ b/Documentation/tutorial-script/Makefile
@@ -0,0 +1,5 @@
+test:
+ ./script.sh
+
+clean:
+ rm -rf Playground
diff --git a/Makefile b/Makefile
index 994b182..2b53641 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ doc:
test: all
$(MAKE) -C t/ all
+ $(MAKE) -C Documentation/ test
next prev parent reply other threads:[~2006-03-03 1:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-03 1:11 [PATCH 1/3] cg-mv doesn't work with bash 3.1.7 due to excessive quotes Pavel Roskin
2006-03-03 1:11 ` [PATCH 2/3] Make tutorial-script work with current cogito Pavel Roskin
2006-03-19 22:37 ` Petr Baudis
2006-03-03 1:11 ` Pavel Roskin [this message]
2006-03-03 5:27 ` [PATCH 1/3] cg-mv doesn't work with bash 3.1.7 due to excessive quotes Junio C Hamano
2006-03-03 14:11 ` Pavel Roskin
2006-03-10 20:48 ` Pavel Roskin
2006-03-03 16:34 ` Josef Weidendorfer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060303011159.14619.40752.stgit@dv.roinet.com \
--to=proski@gnu.org \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.