From: Kartik Thakore Date: Sat, 1 Aug 2009 19:55:03 +0000 (-0400) Subject: Fixed tests. Now installable X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9dfc03449da15be32cce04f6b5b86554294afa9;hp=5b52a12702382b93f81bd42075e5d00d49b289d9;p=sdlgit%2FSDL_perl.git Fixed tests. Now installable --- diff --git a/t/apppm.t b/t/apppm.t index 51b954f..19d9f12 100644 --- a/t/apppm.t +++ b/t/apppm.t @@ -2,11 +2,11 @@ # # Copyright (C) 2003 Tels # Copyright (C) 2004 David J. Goehrig -# +# Copyright (C) 2009 Kartik Thakore # basic testing of SDL::App BEGIN { - unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src', 'blib/arch/auto/src/SDL', 'blib/arch/auto/src/SDL/SFont',; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src', 'blib/arch/auto/src/SDL/SFont'; } use strict; diff --git a/t/fontpm.t b/t/fontpm.t index 028dfb6..adb8701 100644 --- a/t/fontpm.t +++ b/t/fontpm.t @@ -2,11 +2,11 @@ # # Copyright (C) 2003 Tels # Copyright (C) 2004 David J. Goehrig -# +# Copyright (C) 2009 Kartik Thakore # basic testing of SDL::Font BEGIN { - unshift @INC, 'blib/lib','blib/arch'; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src/SDL/SFont'; } use strict; diff --git a/t/opengl.t b/t/opengl.t index 5d01d07..58f7fcd 100644 --- a/t/opengl.t +++ b/t/opengl.t @@ -2,11 +2,11 @@ # # Copyright (C) 2003 Tels # Copyright (C) 2004 David J. Goehrig -# +# Copyright (C) 2009 Kartik Thakore # basic testing of SDL::OpenGL BEGIN { - unshift @INC, 'blib/lib','blib/arch'; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src/SDL/OpenGL'; } use strict; diff --git a/t/surfacepm.t b/t/surfacepm.t index b8a7945..dd74de3 100644 --- a/t/surfacepm.t +++ b/t/surfacepm.t @@ -2,11 +2,11 @@ # # Copyright (C) 2003 Tels # Copyright (C) 2004 David J. Goehrig -# +# Copyright (C) 2009 Kartik Thakore # basic testing of SDL::Surface BEGIN { - unshift @INC, 'blib/lib','blib/arch'; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src/SDL/SFont',; } use strict; diff --git a/t/toolfontpm.t b/t/toolfontpm.t index 09a0d9f..62a2343 100644 --- a/t/toolfontpm.t +++ b/t/toolfontpm.t @@ -6,7 +6,7 @@ # basic testing of SDL::Tool::Font BEGIN { - unshift @INC, 'blib/lib','blib/arch'; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src/SDL/SFont/'; } use strict; diff --git a/t/toolgraphicpm.t b/t/toolgraphicpm.t index edeec21..85b1177 100644 --- a/t/toolgraphicpm.t +++ b/t/toolgraphicpm.t @@ -2,11 +2,11 @@ # # Copyright (C) 2003 Tels # Copyright (C) 2004 David J. Goehrig -# +# Copyright (C) 2009 Kartik Thakore # basic testing of SDL::Tool::Graphic BEGIN { - unshift @INC, 'blib/lib','blib/arch'; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src/SDL/SFont/'; } use strict; diff --git a/t/ttfontpm.t b/t/ttfontpm.t index 43bf055..33dcd92 100644 --- a/t/ttfontpm.t +++ b/t/ttfontpm.t @@ -2,11 +2,11 @@ # # Copyright (C) 2003 Tels # Copyright (C) 2004 David J. Goehrig -# +# Copyright (C) 2009 Kartik Thakore # basic testing of SDL::TTFont BEGIN { - unshift @INC, 'blib/lib','blib/arch'; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src/SDL/SFont'; } use strict; diff --git a/t/videopm.t b/t/videopm.t index c3c63cf..b76523b 100644 --- a/t/videopm.t +++ b/t/videopm.t @@ -2,11 +2,11 @@ # # Copyright (C) 2003 Tels # Copyright (C) 2004 David J. Goehrig -# +# Copyright (C) 2009 Kartik Thakore # basic testing of SDL::VIDEO BEGIN { - unshift @INC, 'blib/lib','blib/arch'; + unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src/SDL/SFont'; } use strict;