summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ILTest/XST/README1
-rw-r--r--ILTest/XST/xinit.pm33
2 files changed, 34 insertions, 0 deletions
diff --git a/ILTest/XST/README b/ILTest/XST/README
new file mode 100644
index 0000000..1111f37
--- /dev/null
+++ b/ILTest/XST/README
@@ -0,0 +1 @@
+X Server Test cases.
diff --git a/ILTest/XST/xinit.pm b/ILTest/XST/xinit.pm
new file mode 100644
index 0000000..b580e7d
--- /dev/null
+++ b/ILTest/XST/xinit.pm
@@ -0,0 +1,33 @@
+#!/usr/bin/perl
+
+# Copyright © 2011 by Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Authors: Peter Hutterer <peter.hutterer@redhat.com>
+
+
+package ILTest::XST::xinit;
+
+use ILTest::TestCase;
+
+use warnings;
+use strict;
+
+
+our @ISA = qw(ILTest::TestCase);
+
+1;
+# vim: set noexpandtab shiftwidth=8 tabstop=8: