summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-07-28 20:28:03 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-08-02 15:09:32 +1000
commitd93d105a068ac5444c8633dd2f37633725d00c08 (patch)
treef8a121f051786504a84d7fdfa871767fab8ba0ca
parentd22978e1241cfa929d5874371ef35481d238c38d (diff)
Add XST directory with some X Server tests.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-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: