avoid trouble caused by havelib-tests

2017-02-19 Thread Bruno Haible
A testdir created with --with-tests --single-configure fails to configure if it happens to include module 'havelib-tests': $ ./configure ... configure: creating ./config.status config.status: error: cannot find input file: `havelib/Makefile.in' This patch works around i

Re: havelib tests

2010-04-02 Thread Bruno Haible
Jim Meyering wrote: > > Any objections to that? > > That sounds fine. > Go for it. Ralf Wildenhues wrote: > I think having these tests in gnulib is TRT. OK, I've moved the tests, after including a couple of necessary tweaks to gnulib-tool.

Re: havelib tests

2010-03-30 Thread Ralf Wildenhues
Hi Bruno, * Bruno Haible wrote on Wed, Mar 31, 2010 at 01:57:25AM CEST: > In theory it would be possible to extract the history of this chunk of code > from the GNU gettext git repository and merge (oops, rebase) it into the > gnulib > repository. If anything, then merging would be the way to go

Re: havelib tests

2010-03-30 Thread Jim Meyering
Bruno Haible wrote: > Now that gnulib has a way to store long-running and unportable tests, I would > like to move the 'havelib' testsuite from a GNU gettext subdirectory > > > to gnulib. > > This testsuite is e

havelib tests

2010-03-30 Thread Bruno Haible
Hi, Now that gnulib has a way to store long-running and unportable tests, I would like to move the 'havelib' testsuite from a GNU gettext subdirectory to gnulib. This testsuite is essential when anyone modifie