Supporting testing libs instructions added
git-svn-id: https://beef.googlecode.com/svn/trunk@1322 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
require 'test/unit/ui/console/testrunner'
|
||||
|
||||
begin
|
||||
require 'test/unit/ui/console/testrunner'
|
||||
rescue LoadError
|
||||
puts "The following instruction failed: require 'test/unit/ui/console/testrunner'"
|
||||
puts "Please run: sudo gem install test-unit-full"
|
||||
exit
|
||||
end
|
||||
|
||||
require './filter/tc_base'
|
||||
require './filter/tc_command'
|
||||
|
||||
Reference in New Issue
Block a user