summaryrefslogtreecommitdiff
path: root/TAO/tests/OctetSeq/run_test.pl
blob: 0151f3fc7c736ad131b8d27feb96755463b9629f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#$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 ("OctetSeq$Process::EXE_EXT -n 16 -l 32 -h 512 -s 4");

exit $status;