Next: , Previous: START, Up: Adminstrative Macros


3.1.2 SUMMARY

output a summary of the tests

Synopsis

     #include <testlib.h>
     
     SUMMARY( );

Description

SUMMARY is called at the end of a testing session to output the number of tests which have passed and failed.

Example

     SUMMARY( );