meillo@63: This directory contains test cases for masqmail, one in each directory.
meillo@0: 
meillo@63: Build the test scripts be running
meillo@63: 	make
meillo@63: in the directory. You can build all of them by running
meillo@63: 	make
meillo@63: in the tests directory.
meillo@0: 
meillo@63: Run the test by executing
meillo@63: 	./test
meillo@63: in its directory, preferably NOT as root, but you got to have write
meillo@63: permission for the directory.
meillo@0: 
meillo@0: 
meillo@63: Usually, two log files, masqmail.log and debug.log, will be created.
meillo@63: They may give some information if anything went wrong.
meillo@0: 
meillo@63: The README files in the test case directories explain the tests in
meillo@63: more detail.
meillo@0: 
meillo@0: 
meillo@63: FIXME: Currently, the return values of the test scripts don't express
meillo@63:        if the test was successful or not.
meillo@0: 
meillo@63: 
meillo@63: If tests do not work, there could be some problem with either the test
meillo@0: programs, the configuration file or masqmail itself. If you have
meillo@0: installed masqmail successfully and these scripts do not work, do not
meillo@0: worry too much :-).
meillo@64: 
meillo@64: 
meillo@64: The original test scripts are by oku.
meillo@64: They were rearranged and extended by meillo.