Changeset 3439 for trunk/psLib/test/FullUnitTest
- Timestamp:
- Mar 17, 2005, 8:53:14 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/FullUnitTest (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/FullUnitTest
r3225 r3439 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1.1 8$ $Name: not supported by cvs2svn $22 # $Date: 2005-0 2-15 19:46:51$21 # $Revision: 1.19 $ $Name: not supported by cvs2svn $ 22 # $Date: 2005-03-17 18:53:14 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 61 61 # add PSLIB_ROOT/lib to LD_LIBRARY_PATH and DYLD_LIBRARY_PATH environment 62 62 # variables 63 $ENV{'LD_LIBRARY_PATH'} = "$ENV{'PSLIB_ROOT'}/ lib:$ENV{'LD_LIBRARY_PATH'}";64 $ENV{'DYLD_LIBRARY_PATH'} = "$ENV{'PSLIB_ROOT'}/ lib:$ENV{'DYLD_LIBRARY_PATH'}";63 $ENV{'LD_LIBRARY_PATH'} = "$ENV{'PSLIB_ROOT'}/src/.libs:$ENV{'LD_LIBRARY_PATH'}"; 64 $ENV{'DYLD_LIBRARY_PATH'} = "$ENV{'PSLIB_ROOT'}/src/.libs:$ENV{'DYLD_LIBRARY_PATH'}"; 65 65 66 66 # Initialize variables for counting the makes and test failures and the
Note:
See TracChangeset
for help on using the changeset viewer.
