The perl code is a bit structured now
[xorg/xkeyboard-config] / tests / testModels.pl
1 #!/bin/env perl
2
3 use strict;
4 use xkbTestFunc;
5
6 backupXkbSettings();
7                                                                                                                  
8 dumpXkbSettings( $origXkbRules, $origXkbModel, $origXkbLayouts, $origXkbVariants, $origXkbOptions );
9                                                                                                                  
10 testLevel1( "model", 1 );
11
12 restoreXkbSettings();