Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_3674_Regression / run_test.pl
blob225824c3ad1cbfce566b49817522e0fb797bafc3
1 eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
2 & eval 'exec perl -S $0 $argv:q'
3 if 0;
5 # -*- perl -*-
7 use lib "$ENV{'ACE_ROOT'}/bin";
8 use PerlACE::TestTarget;
10 my $target= PerlACE::TestTarget::create_target (1) || die "Create target 1 failed\n";
11 my $theTest= $target->CreateProcess ("Bug_3674_Regression", "");
12 my $status= $theTest->SpawnWaitKill ($target->ProcessStartWaitInterval());
13 if ($status != 0) {
14 print STDERR "ERROR: theTest failed with status = $status\n";
16 exit $status;