diff --git a/tests/unittests.pl b/tests/unittests.pl index a053931..09f4e16 100755 --- a/tests/unittests.pl +++ b/tests/unittests.pl @@ -19,6 +19,8 @@ # # You can contact me by mail: . # +use lib qw(lib); + use Test::More; use IPC::Open3; use IO::Select;