This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
funit (8)
- From: Andrew Cagney <cagney at redhat dot com>
- To: frysk <frysk at sources dot redhat dot com>
- Date: Mon, 06 Feb 2006 15:12:31 -0500
- Subject: funit (8)
Hello,
Both continuing, and expanding frysk's emphasis on test driven
development, the new program funit(8) has been added.
Funit, which can be run as /usr/libexec/frysk/funit, runs all of frysk's
non-graphical JUnit tests using the installed environment. Having this
available makes it easier to check for:
- bugs in frysk (no need to re-build)
- bugs in the installed environment (yes, frysk's test suite is getting
good at flushing out kernel and other bugs)
This testsuite is also run automatically as part of <<make installcheck>>.
Andrew