Chapter 2. Test scripts

Table of Contents
Automated Unit Tests
Command-line Tools
Email gateway tools
Web CGI tools

Automated Unit Tests

The automated test scripts cover several of the functional requirements and have the benefit of being easily executed by make-ing the "test" target in the src/Makefile.am makefile. Do not proceed with testing unless the unit testing is completed successfully. Note: as of this writing, unit testing for the "file" feature has been disabled and will be completed with interactive tests.