Tests
=====
`make check` will run a test suit checking various uses of the library and
reporting the failures back to you. Note that this is meant as a regression
test suit. As of now I don't know about portability issues that could be tested
here although I think porting it to a 64 bit machine might prove difficult. If
you own such a system and are interested in testing the library please contact
me (hagen.moebius@starschiffchen.de) so I can assist you or reply to your
comments. Any help regarding this issue is greatly appreciated.

pkg-config
==========
libarxx is built providing pkg-config support for your programming convenience.
To add libarxx capability to your program or library just add the
PKG_CHECK_MODULES with the module identifier "libarxx" to your configure.ac.
