summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/NewPOA/run_test.pl
blob: e89d7d4e29b0bc214e9beda73509a9210e36a59d (plain)
1
2
3
4
5
6
7
8
9
10
11
#$Id$
# -*- perl -*-
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
    & eval 'exec perl -S $0 $argv:q'
    if 0;

unshift @INC, '../../../../bin';
require ACEutils;

$status  = system ($EXEPREFIX."NewPOA$Process::EXE_EXT");
exit $status;