Changeset 2204 for trunk/psLib/test/sysUtils/tst_psAbort.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psAbort.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psAbort.c
r1701 r2204 8 8 * @author Eric Van Alst, MHPCC 9 9 * 10 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2004- 09-07 21:26:13 $10 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-10-27 00:57:33 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include "psTest.h" 18 18 19 static inttestAbort00(void);20 static inttestAbort01(void);21 static inttestAbort02(void);19 static psS32 testAbort00(void); 20 static psS32 testAbort01(void); 21 static psS32 testAbort02(void); 22 22 23 23 testDescription tests[] = { … … 28 28 }; 29 29 30 int main( intargc, char* argv[] )30 psS32 main( psS32 argc, char* argv[] ) 31 31 { 32 32 psLogSetLevel( PS_LOG_INFO ); … … 35 35 } 36 36 37 static inttestAbort00(void)37 static psS32 testAbort00(void) 38 38 { 39 intintval = 1;40 longlongval = 2;39 psS32 intval = 1; 40 psS64 longval = 2; 41 41 float floatval = 3.01; 42 42 char charval = 'E'; … … 54 54 } 55 55 56 static inttestAbort01(void)56 static psS32 testAbort01(void) 57 57 { 58 58 // Test point #2 String values in abort message … … 65 65 } 66 66 67 static inttestAbort02(void)67 static psS32 testAbort02(void) 68 68 { 69 69 // Test point #2 String values in abort message
Note:
See TracChangeset
for help on using the changeset viewer.
