header-vars: recognize more make flags ('-k' in particular)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 29 Apr 2013 13:22:10 +0000 (15:22 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 29 Apr 2013 17:55:07 +0000 (19:55 +0200)
commit69f7791509c523fe8b199a432b72dca6a5ce3caa
tree10336ea162738dc61eefb3582b0a20746e89c75f
parente432b0d3f7deffd3468e7b32ab6760bc7f3148f2
header-vars: recognize more make flags ('-k' in particular)

* lib/am/header-vars.am (am__running_with_option): Here.
Few improvements to comments, while at it.
(am__make_keepgoing): New, tell whther make is being runt with
the '-k' option.
* t/make-keepgoing.tap: New test.
* t/list-of-tests.mk: Add it.
* t/make-dryrun.tap: Minor edits to keep it more in sync with
the new test.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/header-vars.am
t/list-of-tests.mk
t/make-dryrun.tap
t/make-keepgoing.tap [new file with mode: 0755]