From: Matt S Trout Date: Wed, 2 May 2012 20:33:38 +0000 (+0000) Subject: add script to run ALL the tests X-Git-Tag: v0.091002~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=194bdaa4d8c45dd2a41d242f42a938723586b574;p=gitmo%2FMoo.git add script to run ALL the tests --- diff --git a/maint/fulltest b/maint/fulltest new file mode 100644 index 0000000..8d8c046 --- /dev/null +++ b/maint/fulltest @@ -0,0 +1,4 @@ +#!/bin/sh + +prove -l t xt; +MOO_XS_DISABLE=1 prove -l t xt