Changeset 2024 for trunk/psLib/test/astronomy/tst_psTime_02.c
- Timestamp:
- Oct 8, 2004, 12:58:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psTime_02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psTime_02.c
r1615 r2024 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2004- 08-25 01:38:48$11 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-08 22:58:47 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 39 39 printFooter(stdout, "psTime", "Attempt to use null timeval", true); 40 40 41 42 // Test C - Free psMetadata 43 printPositiveTestHeader(stdout, "psMetadata", "Test C - Free psMetadata"); 44 psMemCheckLeaks(0, NULL, stdout); 45 psMemCheckCorruption(0); 46 int nBad = psMemCheckCorruption(0); 47 if(nBad) { 48 printf("ERROR: Found %d bad memory blocks\n", nBad); 49 } 50 printFooter(stdout, "psMetadata", "Test C - Free psMetadata", true); 41 51 return 0; 42 52 }
Note:
See TracChangeset
for help on using the changeset viewer.
