Outo Unit Tester by Otso, version 0.1.1 USAGE: ./outo [options] <path-to-library> [<path-to-library> ...] path to library may be relative although man dlopen says it shouldn't work :) library shoud be a dynamic library, i.e. libname.so options: -d debugfile --debug debugfile sets the debug to go to specified file -f --force forces writing over debug file, if file exists -v --version prints version number and exits -h --help prints this message and exits outo returns number of failed and incorrect tests (i.e. duplicates), and 0 if all tests were passed. WORKING FEATURES: basic tests detecting assert expecting aserts detecting duplicate tests multiple test suites (e.g. test libraries) variable debug file (default is /tmp/.outo) arguments (-d, -f, -h and -v) summary naming test suites working installation licence (lgpl) init_test() to do initing stuff post_test() to finalize stuff some examples and help BUGS no known FUTURE RELEASES: outo-0.2 is to be expected some day and shall include better autotools compatibility possibility for static linking maybe concurrent test driving maybe man-page maybe user definable report style (is there need for this?) maybe deb-package outo-1.0 is not to be expected in known future and may include whatever ACKNOWLEDGEMENTS OUTO is written by Otso Kivekäs <otso.kivekasmmovial.fi> Thanks for testing, patches & comments to Wolf Bergenheim, Tommi leino and all the people in Movial developement teams. Thanks for the company for letting me use work time on this project, http://www.movial.fi MORE INFORMATION See the outo web page, http://outo.sourceforge.net If some one is using this outside Movial Corporation, it would be nice to hear about you.