Made memleak test an author test
Kartik Thakore [Sun, 30 Aug 2009 09:11:03 +0000 (05:11 -0400)]
t/surfaceML.t

index a459e52..5b304f1 100644 (file)
@@ -36,6 +36,12 @@ use strict;
 
 use Test::More;
 
+# Don't run tests for installs
+ unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
+         plan( skip_all => "Author tests not required for installation" );
+         }
+
+
 # This is stolen for Gabor's examples in padre's SDL plugin
 sub surface_leak()
 {