5 lines
156 B
Ruby
Executable File
5 lines
156 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
COMPONENT_ROOT = File.expand_path("../../", __FILE__)
|
|
require File.expand_path("../tools/test", COMPONENT_ROOT)
|
|
exit Minitest.run(ARGV)
|