summaryrefslogtreecommitdiff
path: root/test/c/suite.rb
blob: 8b32792c52f892c4fe7752d32efdcbbc8881b987 (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