File: emacs.rb

package info (click to toggle)
ruby-test-unit 3.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,348 kB
  • sloc: ruby: 16,403; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
module Test
  module Unit
    AutoRunner.register_runner(:emacs) do |auto_runner|
      require_relative '../ui/emacs/testrunner'
      Test::Unit::UI::Emacs::TestRunner
    end
  end
end