[SCM] GNU Libtool branch, parallel-tests, created. v2.2.10-93-gb92d7e7

"Ralf Wildenhues" <[email protected]>
Newsgroups gmane.comp.gnu.libtool.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, parallel-tests has been created
        at  b92d7e795871f8d22a13107b92427ae02bf32146 (commit)

- Log -----------------------------------------------------------------
commit b92d7e795871f8d22a13107b92427ae02bf32146
Author: Ralf Wildenhues <[email protected]>
Date:   Sun Aug 22 06:32:39 2010 +0200

    check-interactive and check-noninteractive for both testsuites.
    
    * Makefile.am (COMMON_TESTS, TESTS): Split into ...
    (NONINTERACTIVE_TESTS, INTERACTIVE_TESTS): ... these new
    variables.
    (check-interactive-new): Rename from check-interactive.
    (check-noninteractive-new): Rename from check-noninteractive.
    (check-interactive-old, check-noninteractive-old): New targets.
    (check-interactive, check-noninteractive): Depend on the
    respective targets for the old and the new test suites.
    * doc/libtool.texi (Test descriptions): Simplify description
    about check-interactive and check-noninteractive.  Add index
    entries.
    * NEWS: Update.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

commit 36bdc6089b33bcd7262bbb279ddf04b69768a6ac
Author: Ralf Wildenhues <[email protected]>
Date:   Sun Aug 22 06:31:27 2010 +0200

    Adjust docs for renaming and for parallel-tests.
    
    * README: Update example TESTS setting.
    * README.alpha: Likewise.
    * NEWS: Update.
    * doc/libtool.texi (Test descriptions): Update for test renaming,
    adjust descriptions accordingly.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

commit 939f3864c572e19a0b0f57c61c387b986010d9df
Author: Ralf Wildenhues <[email protected]>
Date:   Sun Aug 22 06:30:25 2010 +0200

    Update VERBOSE handling for parallel-tests driver.
    
    * tests/defs.m4sh: Default to verbose output, drop now-unneeded
    handling of 'VERBOSE=no'.
    * README: Update example usage.
    * README.alpha: Likewise.
    * doc/libtool.texi (Test descriptions, When tests fail): Remove
    unneeded VERBOSE recommendations.  Point to per-test log files
    and test-suite.log summary file.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

commit 4c099630e2a46d13fea8533225a77673b643ce67
Author: Ralf Wildenhues <[email protected]>
Date:   Sun Aug 22 06:29:41 2010 +0200

    Enable parallel-tests test driver for the old testsuite.
    
    * configure.ac: New configure test to find out whether `make'
    supports order-only prerequisites; set @ORDER@ accordingly.
    (AM_INIT_AUTOMAKE): Enable parallel-tests option.
    * tests/defs.m4sh (prefix): Derive install prefix for tests
    from the test name, to avoid clashes.
    * Makefile.am (CXX_TESTS, F77_TESTS, FC_TESTS, COMMON_TESTS):
    Reformat.  Adjust for renamed tests.  Add dependencies between
    the respective log files of the tests, to ensure proper ordering.
    Use order-only dependencies if possible, between test groups that
    use the same directory.
    (clean-local-legacy): Remove `_inst-*' directories as well.
    Prompted by suggestion from Bob Friesenhahn.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

commit dcca98eb81bd99b1f659875428fac70918199447
Author: Ralf Wildenhues <[email protected]>
Date:   Sun Aug 22 06:28:30 2010 +0200

    New alias scripts for old tests run more than once.
    
    * tests/cdemo-shared-exec.test, tests/cdemo-shared-make.test,
    tests/cdemo-static-exec.test, tests/cdemo-static-make.test,
    tests/cdemo-undef-exec.test, tests/cdemo-undef-make.test,
    tests/demo-nofast-exec.test, tests/demo-nofast-inst.test,
    tests/demo-nofast-make.test, tests/demo-nofast-unst.test,
    tests/demo-nopic-exec.test, tests/demo-nopic-make.test,
    tests/demo-pic-exec.test, tests/demo-pic-make.test,
    tests/demo-shared-exec.test, tests/demo-shared-inst.test,
    tests/demo-shared-make.test, tests/demo-shared-unst.test,
    tests/demo-static-exec.test, tests/demo-static-inst.test,
    tests/demo-static-make.test, tests/demo-static-unst.test,
    tests/depdemo-nofast-exec.test, tests/depdemo-nofast-inst.test,
    tests/depdemo-nofast-make.test, tests/depdemo-nofast-unst.test,
    tests/depdemo-shared-exec.test, tests/depdemo-shared-inst.test,
    tests/depdemo-shared-make.test, tests/depdemo-shared-unst.test,
    tests/depdemo-static-exec.test, tests/depdemo-static-inst.test,
    tests/depdemo-static-make.test, tests/depdemo-static-unst.test,
    tests/f77demo-shared-exec.test, tests/f77demo-shared-make.test,
    tests/f77demo-static-exec.test, tests/f77demo-static-make.test,
    tests/fcdemo-shared-exec.test, tests/fcdemo-shared-make.test,
    tests/fcdemo-static-exec.test, tests/fcdemo-static-make.test,
    tests/mdemo-shared-exec.test, tests/mdemo-shared-inst.test,
    tests/mdemo-shared-make.test, tests/mdemo-shared-unst.test,
    tests/mdemo-static-exec.test, tests/mdemo-static-inst.test,
    tests/mdemo-static-make.test, tests/mdemo-static-unst.test,
    tests/tagdemo-shared-exec.test, tests/tagdemo-shared-make.test,
    tests/tagdemo-static-exec.test, tests/tagdemo-static-make.test,
    tests/tagdemo-undef-exec.test, tests/tagdemo-undef-make.test:
    New files.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

commit afdb46486a089d47d3b49f9d350097a97a51891e
Author: Ralf Wildenhues <[email protected]>
Date:   Sun Aug 22 06:26:50 2010 +0200

    Require Automake 1.11.1 for Libtool, enable color-tests.
    
    * configure.ac (AM_INIT_AUTOMAKE): Require 1.11.1.  Enable
    color-tests.
    (LTDL_SUBDIR_LIBOBJS): Remove now-obsolete conditional and
    feature test for Autoconf 2.59 and Automake 1.9.x workaround.
    * Makefile.am: Simplify accordingly.
    * bootstrap: Remove obsolete WORKING_LIBOBJ_SUPPORT workarounds
    for Autoconf 2.59 and Automake 1.9.6.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Libtool
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.