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:
wade@bindshell.net
2011-09-30 08:50:05 +00:00
parent 1f61418c87
commit 0d8c907095

View File

@@ -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'