build/pymake/tests/keep-going-doublecolon.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/pymake/tests/keep-going-doublecolon.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +#T commandline: ['-k']
     1.5 +#T returncode: 2
     1.6 +#T grep-for: "TEST-PASS"
     1.7 +
     1.8 +all:: t1
     1.9 +	@echo TEST-FAIL "(t1)"
    1.10 +
    1.11 +all:: t2
    1.12 +	@echo TEST-PASS
    1.13 +
    1.14 +t1:
    1.15 +	@false
    1.16 +
    1.17 +t2:
    1.18 +	touch $@
    1.19 +

mercurial