diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-18 11:57:18 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-18 11:57:18 +0200 |
commit | 4afce93badb93dd22be31d3f373962ad0af43fbc (patch) | |
tree | 1d160f32af73b6942901c182e457fb0cdba67b60 /t/parallel-tests-longest-stem.sh | |
parent | 0c2b92f2a9395a0bd4d2a858445025e1bd59be93 (diff) | |
parent | c259affdefcd7857788811f4480727c5202d500c (diff) | |
download | automake-4afce93badb93dd22be31d3f373962ad0af43fbc.tar.gz |
Merge branch 'ng/parallel-tests' into ng/master
* ng/parallel-tests:
[ng] perf: optimize 'am__strip_suffixes' for speed
[ng] check: memoize some internal vars (avoid useless recalculation)
[ng] check: per-suffix dependencies for test cases
[ng] check: few minor simplifications
[ng] tests: remove overly picky test cases (and fix few typos)
[ng] check: AM_LAZY_CHECK="yes", not RECHECK_TESTS="", for lazy re-runs
[ng] check: refactor: split recipes for check-TESTS and recheck
[ng] check: minor refactoring (prefer make time over recipe time)
[ng] check: minor refactoring (reorder code)
[ng] check: refactor (better names for internal vars)
[ng] check: refactoring to reduce code duplication
[ng] refactor: get rid of am__EXEEXT (automake conditional and %transform)
[ng] check: big refactoring with semantic changes in parallel-tests support
Diffstat (limited to 't/parallel-tests-longest-stem.sh')
-rwxr-xr-x | t/parallel-tests-longest-stem.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/parallel-tests-longest-stem.sh b/t/parallel-tests-longest-stem.sh index 242d78fd6..d93685d54 100755 --- a/t/parallel-tests-longest-stem.sh +++ b/t/parallel-tests-longest-stem.sh @@ -40,7 +40,6 @@ cp foo.test dist.test cp foo.test install.test cp foo.test bad-target.test - cat > Makefile.am << 'END' bad-target: @echo $@ has been run >&2; exit 1 |