diff options
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 + |