projects
/
debbugs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35b073
)
add test rule to run individual tests more easily
author
Don Armstrong
<don@donarmstrong.com>
Tue, 12 Mar 2013 21:21:03 +0000
(14:21 -0700)
committer
Don Armstrong
<don@donarmstrong.com>
Tue, 12 Mar 2013 21:21:03 +0000
(14:21 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7d427c61722a2209bbeb020c99d2bc07adbe401d..587670406b9eb7578055036259ac1741152e58e5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-34,6
+34,9
@@
build:
test:
$(PERL) -MTest::Harness -I. -e 'runtests(glob(q(t/*.t)))'
+test_%: t/%.t
+ $(PERL) -MTest::Harness -I. -e 'runtests(q($<))'
+
testcover:
PERLLIB=t/cover_lib/ cover -test