Bug 3468

Summary: Add --all (run all tests) and --stress (run stress tests) to funit
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2242    

Description Andrew Cagney 2006-11-07 00:21:29 UTC
And by default do not run stress tests.
Comment 1 Andrew Cagney 2006-11-07 00:21:52 UTC
Index: frysk-core/frysk/pkglibexecdir/ChangeLog
2006-11-06  Andrew Cagney  <cagney@redhat.com>

        * funit.xml: Mention --all and --stress.

Index: frysk-imports/frysk/junit/ChangeLog
2006-11-06  Andrew Cagney  <cagney@redhat.com>

        * Runner.java (testFilter): New private variable.
        (createCommandLineParser): Add --stress and --all.
        (runCases): Only include tests that match testFilter.