if RUBY_VERSION < '1.9'
  puts "I: skipping tests on ruby < 1.9, not really supported anymore"
  exit
end

require 'test/tc_feed_parse.rb'
require 'test/tc_sgml_parser.rb'
