C.2.3 Defining the Platforms for VTEST

The list of architectures that are to be tested is specified in a PERL array in the file vtest.pl. The variable $ARCHS holds the array:

   my $ARCHS  = [ "Linux", "OSF1" ];

2003-03-27