The command funit, based loosely on the build-tree's TestRunner, runs frysk's JUnit tests using an installed environment. Useful for verfying that the install is ok et.al. An alternative name would be ftest. This has nothing to do with f troop.
Index: frysk-core/frysk/pkglibexecdir/ChangeLog 2006-02-05 Andrew Cagney <cagney@redhat.com> * funit.xml, funit.java: New files. Index: common/ChangeLog 2006-02-05 Andrew Cagney <cagney@redhat.com> * TestRunner.javain: Rewrite; use frysk.JUnitRunner found in frysk-imports/frysk/JUnitRunner.java. * Makefile.rules (JUnitTests.java): Replace static array of classes with a get method returning a LinkedList. (pkglibexec_PROGRAMS, pkglibexecdir): Define. (SUBST_SED): Define. Extract from SUBST, add pkglibexecdir. (SUBST): Use SUBST_SED. * Makefile.gen.sh (echo_MANS): Push .xml input through SUBST_SED. (echo_PROGRAMS): Handle libexecdir. Index: frysk-gui/frysk/bindir/ChangeLog 2006-02-05 Andrew Cagney <cagney@redhat.com> * frysk.xml: Add funit(8) to new SEE ALSO section.
-> suspended