Re: unictype/category-none tests: Fix a link error on MSVC

2024-02-23 Thread Bruno Haible
Simon Josefsson wrote in : > > The reason is that _UC_CATEGORY_NONE is not a public API of the shared > > library > > and therefore not exported. The simplest fix is to disable the test. > > Thanks -- although isn't that also a

Re: unictype/category-none tests: Fix a link error on MSVC

2022-09-06 Thread Simon Josefsson via Gnulib discussion list
2022-09-04 Bruno Haible > > unictype/category-none tests: Fix a link error on MSVC. > * tests/unictype/test-categ_none.c (main): Disable the test on MSVC. > > diff --git a/tests/unictype/test-categ_none.c > b/tests/unictype/test-categ_none.c > index 4615fb162b..

unictype/category-none tests: Fix a link error on MSVC

2022-09-04 Thread Bruno Haible
library and therefore not exported. The simplest fix is to disable the test. 2022-09-04 Bruno Haible unictype/category-none tests: Fix a link error on MSVC. * tests/unictype/test-categ_none.c (main): Disable the test on MSVC. diff --git a/tests/unictype/test-categ_none.c b/tests