Bug 2242 - [tracker] funit: command to run frysk's junit tests
Summary: [tracker] funit: command to run frysk's junit tests
Status: SUSPENDED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 3533 4034 4212 4244 4245 2269 3467 3468 3839 3934
Blocks: 1601 2275
  Show dependency treegraph
 
Reported: 2006-01-31 17:38 UTC by Andrew Cagney
Modified: 2006-11-28 16:33 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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