Skip to content
Snippets Groups Projects
Select Git revision
  • 1.6
  • master default protected
  • v1.6.40
  • v1.6.39
  • v1.6.38
  • v1.6.37
  • v1.6.37.rc1
  • v1.6.36
  • 1.6.35
  • 1.6.34
  • 1.6.33
  • 1.6.32.pre2
  • 1.6.32.pre1
  • 1.6.31
  • 1.6.30
  • 1.6.29
  • 1.6.28
  • 1.6.26
  • 1.6.27
  • 1.6.26.pre1
  • 1.6.25
  • 1.6.25.pre2
22 results

README

Blame
  • README 668 B
    This is the test suite for FXRuby (obviously still under development). It's
    mainly intended for use by Lyle to test new releases of FXRuby, but if you'd
    like to run the test suite yourself you will need to have installed a recent
    version of TestUnit, available here:
    
        http://testunit.talbott.ws
    
    Each of the test cases has a file name of the form "TC_classname.rb". To run a
    particular test case, just type:
    
        ruby TC_classname.rb
    
    and scan the results for any failures. To run the entire suite of test cases,
    type:
    
        ruby TS_All.rb
    
    If you notice any failures in a (public) release of FXRuby, please notify
    Lyle. He wouldn't intentionally have let it go ;)