[liblouis-liblouisxml] [liblouis] r598 committed - tests/hu-exceptionwords.cti: add hu-exceptionwords.cti as a table that...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 07 May 2012 17:30:34 +0000

Revision: 598
Author:   mesar.hameed
Date:     Mon May  7 10:30:17 2012
Log: tests/hu-exceptionwords.cti: add hu-exceptionwords.cti as a table that should be skipped since it is included by hu1.ctb
http://code.google.com/p/liblouis/source/detail?r=598

Modified:
 /trunk/tests/check_all_tables.pl

=======================================
--- /trunk/tests/check_all_tables.pl    Fri Apr 15 01:57:16 2011
+++ /trunk/tests/check_all_tables.pl    Mon May  7 10:30:17 2012
@@ -6,6 +6,8 @@
 # Test all tables with lou_checktable.
 #
# Copyright (C) 2010 by Swiss Library for the Blind, Visually Impaired and Print Disabled
+# Copyright (C) 2012 Mesar Hameed <mhameed @ src.gnome.org>
+#
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -23,7 +25,7 @@
 # get all the tables from the tables directory
 my @tables = glob("$tablesdir/*.[cu]tb $tablesdir/*.cti $tablesdir/*.dis");
 # filter tables that only work when included inside others
-@tables = grep(!/countries.cti|compress.ctb|corrections.ctb|core.[cu]tb| -translation.ctb/, @tables); +@tables = grep(!/countries.cti|compress.ctb|corrections.ctb| hu-exceptionwords.cti|core.[cu]tb|-translation.ctb/, @tables);

 foreach my $table (@tables) {
     if (my $pid = fork) {
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r598 committed - tests/hu-exceptionwords.cti: add hu-exceptionwords.cti as a table that... - liblouis