Changeset 3599
- Timestamp:
- Mar 31, 2005, 1:37:09 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 4 edited
-
configure.ac (modified) (1 diff)
-
test/FullUnitTest (modified) (3 diffs)
-
test/runTest (modified) (3 diffs)
-
test/sysUtils/verified/tst_psConfigure.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r3598 r3599 1 AC_INIT([pslib],[ 1.5],[www.pan-starrs.org/bugzilla])1 AC_INIT([pslib],[0.5.0],[www.pan-starrs.org/bugzilla]) 2 2 AM_CONFIG_HEADER(src/config.h) 3 AM_INIT_AUTOMAKE(pslib, 1.5)4 5 PSLIB_LT_VERSION="0: 0:0"3 AM_INIT_AUTOMAKE(pslib, 0.5.0) 4 5 PSLIB_LT_VERSION="0:5:0" 6 6 AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION) 7 7 -
trunk/psLib/test/FullUnitTest
r3542 r3599 19 19 # RETURN : integer number of tests which failed 20 20 # 21 # $Revision: 1.2 0$ $Name: not supported by cvs2svn $22 # $Date: 2005-03- 29 21:49:29 $21 # $Revision: 1.21 $ $Name: not supported by cvs2svn $ 22 # $Date: 2005-03-31 23:37:09 $ 23 23 # 24 24 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 656 656 s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g; 657 657 s/allocate \d+ bytes at/allocate <N> bytes at/g; 658 s/v\d+.\d+.\d+/vX.X.X/g; 658 659 659 660 # Filter lines with *** malloc. This is an artifact of Mac testing of … … 685 686 s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g; 686 687 s/allocate \d+ bytes at/allocate <N> bytes at/g; 688 s/v\d+.\d+.\d+/vX.X.X/g; 687 689 688 690 # Filter lines with *** malloc. This is an artifact of Mac testing of -
trunk/psLib/test/runTest
r3439 r3599 26 26 # 27 27 # $Revison: $ $Name: not supported by cvs2svn $ 28 # $Date: 2005-03- 17 18:53:14$28 # $Date: 2005-03-31 23:37:09 $ 29 29 # 30 30 # Copyright 2004 Maui High Performance Computering Center, University of Hawaii … … 142 142 s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g; 143 143 s/allocate \d+ bytes at/allocate <N> bytes at/g; 144 s/v\d+.\d+.\d+/vX.X.X/g; 144 145 145 146 # Filter lines with malloc. This is an artifact of memory testing … … 174 175 s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g; 175 176 s/allocate \d+ bytes at/allocate <N> bytes at/g; 177 s/v\d+.\d+.\d+/vX.X.X/g; 176 178 177 179 # Filter lines with malloc. This is an artifact of memory testing -
trunk/psLib/test/sysUtils/verified/tst_psConfigure.stderr
r3598 r3599 6 6 7 7 <DATE><TIME>|<HOST>|I|psLibVersion00 8 Current psLib version is: pslib-v 1.58 Current psLib version is: pslib-vX.X.X 9 9 10 10 ---> TESTPOINT PASSED (psConfigure{Return current psLib version} | tst_psConfigure.c)
Note:
See TracChangeset
for help on using the changeset viewer.
