summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3559_Regression
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-04-04 08:47:51 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-04-04 08:47:51 +0000
commit10bd600013c421fa74ea2b162ba44c3b5f8773ac (patch)
tree207e5f64219f93e58aad3c6b88e0543eaf8da822 /TAO/tests/Bug_3559_Regression
parentce5ee5901f547ac79086672fdb5104efe545e109 (diff)
downloadATCD-10bd600013c421fa74ea2b162ba44c3b5f8773ac.tar.gz
ChangeLogTag TAO:Fri Apr 4 08:40:43 UTC 2014 Martin Corino <mcorino@remedy.nl>
ChangeLogTag ACE:Fri Apr 4 08:38:05 UTC 2014 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_3559_Regression')
-rwxr-xr-xTAO/tests/Bug_3559_Regression/run_test.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3559_Regression/run_test.pl b/TAO/tests/Bug_3559_Regression/run_test.pl
index af4c7313931..d1ed25375b5 100755
--- a/TAO/tests/Bug_3559_Regression/run_test.pl
+++ b/TAO/tests/Bug_3559_Regression/run_test.pl
@@ -10,6 +10,10 @@ use PerlACE::TestTarget;
my $server = PerlACE::TestTarget::create_target (1) || die "Create target 1 failed\n";
+# add dynamically loaded runtime lib dependencies
+$server->AddRuntimeLibrary ('TAO_PI');
+$server->AddRuntimeLibrary ('TAO_CodecFactory');
+
$orb_log = "ORBLog.log";
$orb_logfile = $server->LocalFile ($orb_log);
$server->DeleteFile ($orb_log);