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

$suite << CTest.suite if $suite