ugly hack fix for t/apppm.t
Kartik Thakore [Sat, 1 Aug 2009 19:37:08 +0000 (15:37 -0400)]
t/apppm.t

index 4ff4e27..51b954f 100644 (file)
--- a/t/apppm.t
+++ b/t/apppm.t
@@ -6,7 +6,7 @@
 # basic testing of SDL::App
 
 BEGIN {
-       unshift @INC, 'blib/lib','blib/arch';
+       unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src', 'blib/arch/auto/src/SDL', 'blib/arch/auto/src/SDL/SFont',;
 }
 
 use strict;