## To Build Tests
Simply execute 'make', it should compile every available test, leaving you 
with plenty of executables to play with.

## To Execute Tests
# NOTE: YOU WILL NEED TO DEFINE LD_LIBRARY_PATH UNLESS YOU HAVE INSTALLED 
# LIBC4C!  To do this execute:
# $ export LD_LIBRARY_PATH=../src/.libs:$LD_LIBRARY_PATH
##

Each test is accompanied by a *.output file, this is a capture from a 
successful run of the test application.  After running a test you can compare 
the output to the *.output file, if there are no differences chances are that 
the test was successful.

So a sample run would look something like this:
$ ./testconfreader > testconfreader.tmp
$ diff testconfreader.tmp testconfreader.output
