summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: simpler workaround for shells losing the exit status in exit trapStefano Lattarini2012-06-251229-2722/+2723
* tests: avoid several spurious failures on SolarisStefano Lattarini2012-06-242-3/+8
* tests: avoid a spurious failure on NetBSDStefano Lattarini2012-06-241-1/+1
* tests: fix automatic re-execution of tests with ZshStefano Lattarini2012-06-231-5/+5
* tests: drop support for older Zsh shellsStefano Lattarini2012-06-232-42/+16
* tests: allow AM_TEST_RUNNER_SHELL to be overriddenStefano Lattarini2012-06-231-2/+2
* tests: fix setup for older ZshStefano Lattarini2012-06-231-1/+1
* tests: avoid one last `...` command substitution in 'test-init.sh'Stefano Lattarini2012-06-231-4/+7
* maintcheck: guard against `...` for command substitution in test casesStefano Lattarini2012-06-232-2/+32
* tests: more uses of $(...) over `...` for command substitutionStefano Lattarini2012-06-228-25/+25
* cosmetics: quote `like this', not 'like this', in a couple of testsStefano Lattarini2012-06-222-2/+2
* readme: clarify/extend few entries in 't/README'Stefano Lattarini2012-06-221-15/+17
* readme: better separation of entries in 't/README'Stefano Lattarini2012-06-221-32/+45
* readme: subsections "Do" and "Do not" in 't/README' mergedStefano Lattarini2012-06-221-8/+0
* tests: new requirement 'grep-nonprint'Stefano Lattarini2012-06-228-69/+42
* cosmetics: fix description of an expected error message in a testStefano Lattarini2012-06-221-12/+12
* tests: assume automake quotes 'like this', not `like this'Stefano Lattarini2012-06-221-3/+3
* tests: prefer using 'is_newest' over 'ls -t' hacksStefano Lattarini2012-06-2214-98/+81
* tests: implement is_newest as an auxiliary script, not shell functionStefano Lattarini2012-06-223-11/+41
* tests: fix some spurious failures in VPATH setupStefano Lattarini2012-06-222-13/+2
* tests: work in VPATH setup againStefano Lattarini2012-06-221-8/+0
* tests: automatic re-execution works for non-POSIX shells tooStefano Lattarini2012-06-229-1167/+1122
* tests: use more POSIX shell features our test scriptsStefano Lattarini2012-06-22326-867/+908
* docs: avoid failures with development version of Texinfo (4.13.90)Stefano Lattarini2012-06-211-3/+3
* typofix: s/test derivers/test drivers/ in check.am commentsStefano Lattarini2012-06-211-1/+1
* typofix: s/env/even/ in comments in GNUmakefileStefano Lattarini2012-06-201-1/+1
* bootstrap: overhaul and improveStefano Lattarini2012-06-201-43/+62
* docs: quote 'like this', not `like this'Stefano Lattarini2012-06-201-9/+9
* Merge branch 'docs-recursion' into maintStefano Lattarini2012-06-151-10/+21
|\
| * docs: recursive make considered harmfulStefano Lattarini2012-06-121-10/+21
* | Merge branch 'silent-custom' into maintStefano Lattarini2012-06-156-72/+180
|\ \
| * | silent: new $(AM_V_P) variable, tell if we're running in silent modeStefano Lattarini2012-06-116-59/+154
| * | refactor: silent rules handling (a little)Stefano Lattarini2012-06-111-4/+10
| * | refactor: &define_verbose_var: accept a third optional argumentStefano Lattarini2012-06-111-9/+16
* | | tests: minor reorganization of few testsStefano Lattarini2012-06-147-52/+42
* | | fixup: adjust t/list-of-tests.mk for renamed/added testsStefano Lattarini2012-06-141-8/+9
* | | subdirs: enhance coverage, tweak and rename few testsStefano Lattarini2012-06-1410-8/+168
* | | sync: update files from upstream with "make fetch"Stefano Lattarini2012-06-143-12/+26
* | | py-compile: consistently quote 'like this', not `like this'.Stefano Lattarini2012-06-141-1/+1
| |/ |/|
* | Merge branch 'subdirs-simplify' into maintStefano Lattarini2012-06-121-2/+0
|\ \
| * | docs: clean rules are not run in reverse order of build rules anymoreStefano Lattarini2012-06-121-2/+0
* | | Merge branch 'subdir-objects-pr10697' into maintStefano Lattarini2012-06-113-3/+3
|\ \ \
| * | | maintcheck: fix failures, both real and spuriousStefano Lattarini2012-06-113-3/+3
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ tests: merged some testsuite fixletsStefano Lattarini2012-06-114-2/+6
|\ \ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | subdir tests: avoid an use of "make -j4", for portabilityStefano Lattarini2012-06-111-1/+1
| | | |/ /
| | * | | tests: fix spurious failures due to missing '$sleep'Stefano Lattarini2012-06-112-0/+4
| * | | | tests: avoid failure due to libtool quirks in C++ demo testStefano Lattarini2012-06-111-1/+1
* | | | | Merge branches 'subdirs-simplify' and 'subdir-objects-pr10697' into maintStefano Lattarini2012-06-115-12/+357
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | subdir-objects: improve "make mostlyclean" efficiency and flexibilityStefano Lattarini2012-06-105-12/+359
| | |/ | |/|
| * | tests: look for '.lo' rather than '.o' object when using Libtool with C++Stefano Lattarini2012-06-091-1/+1