aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkeyboard-config/tests/testOptions.pl
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/xkeyboard-config/tests/testOptions.pl')
-rw-r--r--xorg-server/xkeyboard-config/tests/testOptions.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/tests/testOptions.pl b/xorg-server/xkeyboard-config/tests/testOptions.pl
new file mode 100644
index 000000000..57ccc58d3
--- /dev/null
+++ b/xorg-server/xkeyboard-config/tests/testOptions.pl
@@ -0,0 +1,15 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+use xkbTestFunc;
+
+xkbTestFunc::backupXkbSettings();
+
+xkbTestFunc::dumpXkbSettingsBackup();
+
+xkbTestFunc::testLevel2( "group", "option", 4, ":", "", 0, 0, 1 );
+
+xkbTestFunc::restoreXkbSettings();
+
+print "Done!\n";