Testing

To test ctpp, use the following commands after building and
installing the program.

  $ cd test
  $ make

The test Makefile includes the following targets, which
you can invoke individually as arguments to, "make."

  * gnumacrocomp - Test macro compatibility with GNU C.
  * stdh - Test macros and data type compatibility
    with GNU C.
  * imacros - Tests macro and header file inclusion.
  * features - Test ctpp's features.
  * undef - Test that ctpp successfully undefines built-in
    macros.

Ctpp has been tested with GNU C versions 2.95 to 4.1.2.  The
preprocessor's compatibility with compilers other than GNU C has not
yet been tested.  See the notes in the man page, ctpp(1), for
information about adapting ctpp to other compilers.

Send bug reports to: rkiesling@users.sourceforge.net.  


