]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] tests: add "spy" test for '.PHONY' support
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Apr 2012 12:22:08 +0000 (14:22 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Apr 2012 12:22:08 +0000 (14:22 +0200)
commit661337527c7bef0b794ce366e963b14c326ba1d5
treeccf7d890d75c0ec6b58deb2ace5fd1201ef9fac7
parentd605ac1891ab238a493516dae32095ac9b1d70b5
[ng] tests: add "spy" test for '.PHONY' support

Some make implementations (especially Solaris make) have some problems
in '.PHONY' support, and this has had the consequence that mainstream
Automake hadn't been able to fully take advantage of the '.PHONY'
semantics to simplify some of its idioms or recipes.  Since we now
want to assume and take advantage of such semantics, we add a new "spy"
test case verifying that they truly hold GNU make, to avoid unwelcome
surprises.

* t/spy-phony.sh: New test.
* t/list-of-tests.mk: Add it.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/list-of-tests.mk
t/spy-phony.sh [new file with mode: 0755]