A bigg typo
[sdlgit/SDL_perl.git] / t / core_memleak.t
index bb7f135..bff0d79 100644 (file)
@@ -5,6 +5,12 @@ use Test::More;
 use SDL;
 
 
+# Don't run tests for installs
+use Test::More;
+unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
+       plan( skip_all => "Author tests not required for installation" );
+}
+
 sub overlay_leak()
 {