summaryrefslogtreecommitdiff
path: root/test/c/suite.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/suite.rb')
-rw-r--r--test/c/suite.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/c/suite.rb b/test/c/suite.rb
new file mode 100644
index 0000000..969703e
--- /dev/null
+++ b/test/c/suite.rb
@@ -0,0 +1,9 @@
+class CTest < CodeRaySuite
+
+ @file = __FILE__
+ LANG = :c
+ EXTENSION = 'c'
+
+end
+
+$suite << CTest.suite if $suite