			ECEPPAK Readme - Test
			---------------------

This directory contains example files to illustrate the capabilities of the 
ECEPPAK program and sample output files to verify that it is functioning 
properly.

For each test, reference output files are located in the corresponding "Ref"
subdirectory. Any other input files you may see lying around are not 
necessarily correct, and you should ignore them.

To test that your copy of eceppak has built properly, run "test_eceppak.sh".
You can run a subset of the tests corresponding to a particular "runtype" by 
executing the test_<runtype>.sh scripts in each subdirectory. Each of these
scripts allow you to customize their behavior somewhat by modifying several
global variables. However, they should all work in their default 
configuration too.

I like to store the diffs in the directory "Diffs" to keep them out of the
way. I use the following command: './test_eceppak.sh -d Diffs' . To find out
what other options are available use: './test_eceppak.sh -h' .
