Changeset 5117 for trunk/psLib/test/math/tst_psStats05.c
- Timestamp:
- Sep 23, 2005, 3:10:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats05.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats05.c
r4859 r5117 1 1 /***************************************************************************** 2 2 This routine must ensure that the psStats structure is correctly 3 allocated and deallocated by the procedure psArrayStats(). 3 allocated and deallocated by the procedure psStatsAlloc(). 4 5 XXX: This should be test 00. 4 6 *****************************************************************************/ 5 7 #include <stdio.h> … … 11 13 { 12 14 psLogSetFormat("HLNM"); 15 // 16 // We list pertinent psStats.c functions here for debugging ease. 17 // 18 psTraceSetLevel(".", 0); 19 psTraceSetLevel("psStatsAlloc", 0); 20 13 21 psStats *myStats = NULL; 14 22 psS32 testStatus = true;
Note:
See TracChangeset
for help on using the changeset viewer.
