mirror of https://github.com/KLayout/klayout.git
9 lines
186 B
Ruby
9 lines
186 B
Ruby
|
|
module Test
|
||
|
|
module Unit
|
||
|
|
AutoRunner.register_runner(:emacs) do |auto_runner|
|
||
|
|
require 'test/unit/ui/emacs/testrunner'
|
||
|
|
Test::Unit::UI::Emacs::TestRunner
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|