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