IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/FullUnitTest

    r2204 r3115  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.15 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2004-10-27 00:57:31 $
     21#  $Revision: 1.16 $  $Name: not supported by cvs2svn $
     22#  $Date: 2005-02-03 00:54:12 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    239239            `make clean`;
    240240
    241             # Execute the make distclean
    242             `make distclean`;
    243241        }
    244242
    245243        # Execute the make and save results
    246         $_ = join( "\n|| ", split( "\n", "\n" . `make` ) );
     244        $_ = join( "\n|| ", split( "\n", "\n" . `make tests` ) );
    247245
    248246        # Check the output of make for return value != 0 or any of the
     
    276274            # Display the make was successful if silent option not set
    277275            print("\nMake successful.\n") if ( !$silent );
    278             if ($clean) {
    279                 `make install`;
    280             }
    281276        }
    282277    }
Note: See TracChangeset for help on using the changeset viewer.