summaryrefslogtreecommitdiff
path: root/test/xml/suite.rb
blob: 91131073207e676d0cd40260ce9a1418f2bd5f26 (plain)
1
2
3
4
5
6
7
8
9
class XMLTest < CodeRaySuite
	
	@file = __FILE__
	LANG = :xml
	EXTENSION = 'xml'
	
end

$suite << XMLTest.suite if $suite