Bug 2242

Summary: [tracker] funit: command to run frysk's junit tests
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: SUSPENDED ---    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 3533, 4034, 4212, 4244, 4245, 2269, 3467, 3468, 3839, 3934    
Bug Blocks: 1601, 2275    

Description Andrew Cagney 2006-01-31 17:38:43 UTC
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.
Comment 1 Andrew Cagney 2006-02-05 19:16:49 UTC
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.
Comment 2 Andrew Cagney 2006-10-18 18:17:27 UTC
-> suspended