summaryrefslogtreecommitdiff
path: root/tests/testLayouts.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testLayouts.pl')
-rwxr-xr-xtests/testLayouts.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/testLayouts.pl b/tests/testLayouts.pl
new file mode 100755
index 0000000..c022e64
--- /dev/null
+++ b/tests/testLayouts.pl
@@ -0,0 +1,12 @@
+#!/bin/env perl
+
+use strict;
+use xkbTestFunc;
+
+backupXkbSettings();
+
+dumpXkbSettings( $origXkbRules, $origXkbModel, $origXkbLayouts, $origXkbVariants, $origXkbOptions );
+
+testLevel2( "layout", "variant", 2, "(", ")" );
+
+restoreXkbSettings();