Remove extant reference to the `symbols/extras' directory
[xorg/xkeyboard-config] / tests / testModels.pl
1 #!/usr/bin/env perl
2
3 use strict;
4 use warnings;
5 use xkbTestFunc;
6
7 xkbTestFunc::backupXkbSettings();
8
9 xkbTestFunc::dumpXkbSettingsBackup();
10
11 xkbTestFunc::testLevel1( "model", 1 );
12
13 xkbTestFunc::restoreXkbSettings();
14
15 print "Done!\n";