projects
/
matthijs
/
upstream
/
blosxom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05db44d
)
Add a trivial 'test' target to Makefile.
author
Gavin Carr
<gavin@openfusion.com.au>
Fri, 18 Jun 2010 17:40:39 +0000
(18:40 +0100)
committer
Gavin Carr
<gavin@openfusion.com.au>
Fri, 18 Jun 2010 17:40:39 +0000
(18:40 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1bd0d40e70f01782d66effed03c24a678394d128..35bf1af39e9e97e9bac4320a9448a1ca63e91ee2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,4
+7,6
@@
dist:
cd .. && tar cvzf blosxom-$(VERSION).tar.gz --exclude=CVS --exclude='*~' --exclude=".??*" --exclude="#*#" --exclude="*.t" blosxom-$(VERSION)/
rm -rf ../blosxom-$(VERSION)/
+test:
+ prove t/*.t