Files
pvData/test/testAll.pl
2010-11-17 11:19:22 -05:00

11 lines
333 B
Perl
Executable File

eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*-
if $running_under_some_shell; # testIntTypes.pl
use Env;
system ("./testPVType.pl");
system ("./testThread.pl");
system ("./testLinkedList.pl");
system ("./testIntrospect.pl");
system ("./testPVData.pl");
system ("./testPVStructureArray.pl");
system ("./testPVAuxInfo.pl");