diff options
Diffstat (limited to 'TAO/tests/Collocation/run_test.pl')
-rwxr-xr-x | TAO/tests/Collocation/run_test.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Collocation/run_test.pl b/TAO/tests/Collocation/run_test.pl index 098e1b266cc..a7faa8847fe 100755 --- a/TAO/tests/Collocation/run_test.pl +++ b/TAO/tests/Collocation/run_test.pl @@ -9,6 +9,8 @@ use lib "$ENV{ACE_ROOT}/bin"; use PerlACE::Run_Test; use PerlACE::TestTarget; +PerlACE::add_lib_path ('.'); + my $target = PerlACE::TestTarget::create_target ($PerlACE::TestConfig); $status = 0; |