libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch-3: adjust testsuite for redistribution checks


From: Gary V. Vaughan
Subject: Re: patch-3: adjust testsuite for redistribution checks
Date: Wed, 14 Dec 2005 11:41:28 +0000
User-agent: Mozilla Thunderbird 1.0 (X11/20050305)

Hallo Ralf!

Ralf Wildenhues wrote:
This patch shows what the next ones hope to achieve.

You can set $tst_dist to `dist' or even `distcheck', if you want to
wait even longer (days?).  Right now anything other than the empty value
will provoke failures.  After all patches, it will work with any setting.
Hopefully.

Sweet!

        * tests/testsuite.at (PREPARE_TESTS): New variable `tst_dist',
        default to empty.
        * tests/nonrecursive.at, tests/recursive.at,
        tests/standalone.at, tests/subproject.at: Use it in
        LT_AT_BOOTSTRAP or LT_AT_MAKE, so that you can optionally test
        redistribution within the tests.

As an improvement, maybe we should test all possibilities in each
relevant test:

 LT_AT_BOOTSTRAP([--copy --ltdl], [-I sub/ltdl/m4], [ignore],
        [--add-missing --copy], [], [--enable-ltdl-install --prefix=$prefix],
-       [all install])
+       [all install dist distcheck])

Hmmm... although that will be agonisingly slow.  Perhaps it would be
better to make this (and the outer loop I suggested in my last email)
conditional upon an environment variable, say, LT_TEST_EXHAUSTIVE=:?

in testsuite.at:

  test -z "$LT_TEST_EXHAUSTIVE" || tst_dist="dist distcheck"

As much as we might not want to subject all of our users to running
such an overly intensive test regime, making it as easy as possible for
us (and interested users) to do that would certainly improve our test
feedback.

Cheers,
        Gary.
--
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]