CSIRO Mathematics, Informatics and Statistics
|
|
|
Next: LIAR function documentation Up: Testing LIAR functions Previous: Lint
Purify and SentinelWhere appropriate, functions should also be run through purify or Sentinel. These programs are used to identify run-time errors; such as, reading past the bounds of an array, memory leaks, etc: purify gcc -o test test.c -lm -lZ Once the program has been compiled, it should be run and the test reports thus generated should be inspected, so as to find and correct possible runtime memory violation errors.
Ed Breen Tue Sep 3 17:19:31 EST 1996 |