
Daniel Veillard <veillard@redhat.com> wrote:
On Wed, Dec 05, 2007 at 05:41:52PM +0100, Jim Meyering wrote:
"Daniel P. Berrange" <berrange@redhat.com> wrote:
I put "tests/gnulib" before "tests" there to make it clear that the gnulib tests run before any bit of libvirt's own unit tests. Either way works.
We already have many SUBDIRS listed in the tests/Makefile.am, so having one listed elsewhere is very confusing.
Well then, how about moving tests/gnulib into gnulib/tests?
I would find this a bit surprizing as a newcomer to the library, but there is some logic to it too,
I'm moving gnulib's tests from tests/gnulib into gnulib/tests and arranging to run them a little earlier: before the python tests. Much easier to move things *before* they're checked in to cvs...