projects
/
OpenSRF.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
'make check' works as promised. perl tests moved to 'check' target
[OpenSRF.git]
/
src
/
perl
/
Makefile.am
diff --git
a/src/perl/Makefile.am
b/src/perl/Makefile.am
index
1a0b707
..
047b503
100644
(file)
--- a/
src/perl/Makefile.am
+++ b/
src/perl/Makefile.am
@@
-17,6
+17,8
@@
DISTCLEANFILES = Makefile.in Makefile
all:
perl Build.PL || make -s build-perl-fail
./Build || make -s build-perl-fail
+
+check:
./Build test || make -s build-perl-fail
install: