
This shall in the future be a proper HOWTO for normal & advanced use of Outo.

For now this includes only some basics and a few tips.

-----------------------------------------------------------------------

1: For help on using outo, see the README file or 'outo --help'


2: For help on writing tests suites (libraries), see examples/small_example.c
   and for advanced tricks see examples/larger_example.c


3: For integrating outo testing to gnu autotools/libtool see 
   examples/Makefile.am. There will be better examples and some automation 
   for the integration in the future


4: For help on compiling the test suites by a hand written Makefile 
   (i.e. no autotools) look at examples/Makefile.example, or just copy it
   to your tests directory as Makefile

