diff options
| author | idl0r <idl0r@gentoo.org> | 2009-05-05 03:44:22 +0000 |
|---|---|---|
| committer | idl0r <idl0r@gentoo.org> | 2009-05-05 03:44:22 +0000 |
| commit | 11d70c9d4dc410cd885c5199d0b2d8253007e953 (patch) | |
| tree | 5303d8ad64f12a8052249f23152319a023b3aaf3 /trunk/src | |
| parent | 130938f0a254dd3786a5eebfbf7157a4577dd506 (diff) | |
| download | gentoolkit-11d70c9d4dc410cd885c5199d0b2d8253007e953.tar.gz | |
Added test targets for echangelog.
svn path=/; revision=586
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/echangelog/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/trunk/src/echangelog/Makefile b/trunk/src/echangelog/Makefile index d65f836..4825683 100644 --- 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/ |
