Changeset 3682 for trunk/psLib/test/sysUtils
- Timestamp:
- Apr 7, 2005, 10:27:42 AM (21 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 8 edited
-
tst_psAbort.c (modified) (1 diff)
-
tst_psConfigure.c (modified) (2 diffs)
-
tst_psError.c (modified) (2 diffs)
-
tst_psLogMsg.c (modified) (1 diff)
-
tst_psMemory.c (modified) (2 diffs)
-
tst_psString.c (modified) (2 diffs)
-
tst_psStringCopy.c (modified) (2 diffs)
-
tst_psTrace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psAbort.c
r3264 r3682 8 8 * @author Eric Van Alst, MHPCC 9 9 * 10 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-0 2-17 19:26:25$10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-04-07 20:27:42 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 15 16 #include "pslib .h"16 #include "pslib_strict.h" 17 17 #include "psTest.h" 18 18 -
trunk/psLib/test/sysUtils/tst_psConfigure.c
r3264 r3682 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 2-17 19:26:25$13 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-04-07 20:27:42 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 18 18 */ 19 19 20 #include "pslib .h"20 #include "pslib_strict.h" 21 21 #include "psTest.h" 22 22 -
trunk/psLib/test/sysUtils/tst_psError.c
r3264 r3682 13 13 * @author Eric Van Alst, MHPCC 14 14 * 15 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-0 2-17 19:26:25$15 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-04-07 20:27:42 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 23 23 #include <stdlib.h> 24 24 #include <string.h> 25 #include "pslib .h"25 #include "pslib_strict.h" 26 26 #include "psTest.h" 27 27 -
trunk/psLib/test/sysUtils/tst_psLogMsg.c
r2204 r3682 5 5 *****************************************************************************/ 6 6 #include <stdio.h> 7 #include "pslib .h"7 #include "pslib_strict.h" 8 8 #include "psTest.h" 9 9 -
trunk/psLib/test/sysUtils/tst_psMemory.c
r3264 r3682 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-0 2-17 19:26:25$8 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-04-07 20:27:42 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ 13 14 // need to allow malloc for callback use15 #define PS_ALLOW_MALLOC 116 13 17 14 #include <unistd.h> … … 24 21 25 22 #include "psTest.h" 26 #include "pslib.h" 23 #include "pslib.h" // need to allow malloc for callback use 27 24 28 25 static psS32 TPFreeReferencedMemory( void ); -
trunk/psLib/test/sysUtils/tst_psString.c
r3264 r3682 17 17 * @author Eric Van Alst, MHPCC 18 18 * 19 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $20 * @date $Date: 2005-0 2-17 19:26:25$19 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2005-04-07 20:27:42 $ 21 21 * 22 22 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 26 26 #include <string.h> 27 #include "pslib .h"27 #include "pslib_strict.h" 28 28 #include "psTest.h" 29 29 -
trunk/psLib/test/sysUtils/tst_psStringCopy.c
r3264 r3682 17 17 * @author Eric Van Alst, MHPCC 18 18 * 19 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $20 * @date $Date: 2005-0 2-17 19:26:25$19 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2005-04-07 20:27:42 $ 21 21 * 22 22 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 26 26 #include <string.h> 27 #include "pslib .h"27 #include "pslib_strict.h" 28 28 #include "psTest.h" 29 29 -
trunk/psLib/test/sysUtils/tst_psTrace.c
r3541 r3682 6 6 *****************************************************************************/ 7 7 #include <stdio.h> 8 #include "pslib .h"8 #include "pslib_strict.h" 9 9 #include "psTest.h" 10 10
Note:
See TracChangeset
for help on using the changeset viewer.
