diff _test/run_tests.pl @ 18:818c74b038ae

DOM Schema + tests
author Sergey
date Thu, 10 Sep 2009 17:42:47 +0400
parents e59f44f75f20
children 16ada169ca75
line wrap: on
line diff
--- a/_test/run_tests.pl	Wed Sep 09 17:43:31 2009 +0400
+++ b/_test/run_tests.pl	Thu Sep 10 17:42:47 2009 +0400
@@ -2,6 +2,9 @@
 use strict;
 use warnings;
 
+use lib '../Lib';
+use lib '.';
+
 use IMPL::Test::HarnessRunner;
 use IMPL::Test::Straps;