'make check' works as promised. perl tests moved to 'check' target
authorsboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 21 Aug 2009 13:17:28 +0000 (13:17 +0000)
committersboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 21 Aug 2009 13:17:28 +0000 (13:17 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1746 9efc2488-bf62-4759-914b-345cdb29e865

src/perl/Makefile.am

index 1a0b707..047b503 100644 (file)
@@ -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: