diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:44 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:44 +0200 |
commit | fa095a4504cbe668e4244547e2c141597bea4ecf (patch) | |
tree | 06135820a286ffec47804e75fbf8a147e92acd2e /gnulib-local/modules |
Imported Upstream version 0.9.1upstream/0.9.1
Diffstat (limited to 'gnulib-local/modules')
-rw-r--r-- | gnulib-local/modules/unictype/category-none-tests.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnulib-local/modules/unictype/category-none-tests.diff b/gnulib-local/modules/unictype/category-none-tests.diff new file mode 100644 index 00000000..4e8b507a --- /dev/null +++ b/gnulib-local/modules/unictype/category-none-tests.diff @@ -0,0 +1,14 @@ +*** category-none-tests.orig 2007-11-12 00:55:16.000000000 +0100 +--- category-none-tests 2009-04-20 00:09:17.000000000 +0200 +*************** +*** 7,13 **** +--- 7,15 ---- + configure.ac: + + Makefile.am: ++ if !WOE32DLL + TESTS += test-categ_none + check_PROGRAMS += test-categ_none + test_categ_none_SOURCES = unictype/test-categ_none.c ++ endif + |