projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130938f
)
Added test targets for echangelog.
author
idl0r
<idl0r@gentoo.org>
Tue, 5 May 2009 03:44:22 +0000
(
03:44
-0000)
committer
idl0r
<idl0r@gentoo.org>
Tue, 5 May 2009 03:44:22 +0000
(
03:44
-0000)
svn path=/; revision=586
trunk/Makefile
patch
|
blob
|
history
trunk/src/echangelog/Makefile
patch
|
blob
|
history
diff --git
a/trunk/Makefile
b/trunk/Makefile
index 704a6d387219dac020992a350346299f7fc9815d..834b050260b4e81a1606686b906ef55e77122cdf 100644
(file)
--- a/
trunk/Makefile
+++ b/
trunk/Makefile
@@
-16,6
+16,9
@@
all:
echo $(sbindir)
echo $(mandir)
+test:
+ make -C src/echangelog test
+
clean:
rm -rf release/*
diff --git
a/trunk/src/echangelog/Makefile
b/trunk/src/echangelog/Makefile
index d65f836728584c084a6bd7f3e4e0e4cae3b63214..4825683375000a840c39f86fb3357fe5180a110e 100644
(file)
--- a/
trunk/src/echangelog/Makefile
+++ b/
trunk/src/echangelog/Makefile
@@
-6,10
+6,13
@@
include ../../makedefs.mak
-.PHONY: all
+.PHONY: all
test
all:
+test:
+ cd test; sh test.sh
+
dist:
mkdir -p ../../$(distdir)/src/echangelog/test/templates
cp Makefile AUTHORS README TODO ChangeLog echangelog echangelog.1 ../../$(distdir)/src/echangelog/