diff options
-rw-r--r-- | t/32-info.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/32-info.t b/t/32-info.t index 91cec79..be39db1 100644 --- a/t/32-info.t +++ b/t/32-info.t @@ -5,6 +5,8 @@ use warnings; use Test::More; +use FindBin '$RealBin'; +use lib "$RealBin/../SBO-Lib/lib"; use SBO::Lib 'parse_info'; plan tests => 13; |