[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] Merge 'experimental/compilers-for-testsuite' into master
From: |
Stefano Lattarini |
Subject: |
[PATCH 0/6] Merge 'experimental/compilers-for-testsuite' into master |
Date: |
Thu, 19 Jan 2012 14:55:15 +0100 |
I think this series is now polished enough to be merged from the branch
'experimental/compilers-for-testsuite' into master proper. Some
improvements are still possible and advisable (for example, looking for
gcc, g++ etc. at configure time rather than at testsuite time, which
should make testing in cross-compile mode smoother; or an ever safer
handling of CFLAGS, FFLAGS etc. variables); but the changes so far are
already worthwhile as they are IMHO, amd should help enhancing coverage.
So, any objection to the merge? Otherwise, I'll proceed 48 hours.
Thanks,
Stefano
-*-*-
Stefano Lattarini (6):
configure: search generic compilers for use in the tests
test defs: setup `*FLAGS' variables for GNU compilers
test defs: substitute compilers and flags found at configure time
test defs: allow compilers to be auto-selected on user's request
tests: no need to unset CFLAGS in tests requiring 'gcc' anymore
readme: how to run the testsuite with cross-compilers
configure.ac | 110 +++++++++++++++++++++++++++++++++++++++++++++++++-
tests/Makefile.am | 13 ++++++
tests/README | 24 +++++-----
tests/ccnoco.test | 4 --
tests/ccnoco3.test | 4 --
tests/defs | 91 ++++++++++++++++++++++++++++++++++-------
tests/defs-static.in | 18 ++++++++
7 files changed, 227 insertions(+), 37 deletions(-)
--
1.7.7.3
- [PATCH 0/6] Merge 'experimental/compilers-for-testsuite' into master,
Stefano Lattarini <=
- [PATCH 2/6] test defs: setup `*FLAGS' variables for GNU compilers, Stefano Lattarini, 2012/01/19
- [PATCH 5/6] tests: no need to unset CFLAGS in tests requiring 'gcc' anymore, Stefano Lattarini, 2012/01/19
- [PATCH 1/6] configure: search generic compilers for use in the tests, Stefano Lattarini, 2012/01/19
- Re: [PATCH 1/6] configure: search generic compilers for use in the tests, Peter Rosin, 2012/01/20
- Re: [PATCH 1/6] configure: search generic compilers for use in the tests, Stefano Lattarini, 2012/01/20
- Re: [PATCH 1/6] configure: search generic compilers for use in the tests, Peter Rosin, 2012/01/20
- Re: [PATCH 1/6] configure: search generic compilers for use in the tests, Stefano Lattarini, 2012/01/20
- Re: [PATCH 1/6] configure: search generic compilers for use in the tests, Peter Rosin, 2012/01/23
- Re: [PATCH 1/6] configure: search generic compilers for use in the tests, Stefano Lattarini, 2012/01/23
[PATCH 3/6] test defs: substitute compilers and flags found at configure time, Stefano Lattarini, 2012/01/19