Changeset 3115 for trunk/psLib/test/FullUnitTest
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/FullUnitTest (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/FullUnitTest
r2204 r3115 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1.1 5$ $Name: not supported by cvs2svn $22 # $Date: 200 4-10-27 00:57:31$21 # $Revision: 1.16 $ $Name: not supported by cvs2svn $ 22 # $Date: 2005-02-03 00:54:12 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 239 239 `make clean`; 240 240 241 # Execute the make distclean242 `make distclean`;243 241 } 244 242 245 243 # Execute the make and save results 246 $_ = join( "\n|| ", split( "\n", "\n" . `make ` ) );244 $_ = join( "\n|| ", split( "\n", "\n" . `make tests` ) ); 247 245 248 246 # Check the output of make for return value != 0 or any of the … … 276 274 # Display the make was successful if silent option not set 277 275 print("\nMake successful.\n") if ( !$silent ); 278 if ($clean) {279 `make install`;280 }281 276 } 282 277 }
Note:
See TracChangeset
for help on using the changeset viewer.
