build/pymake/tests/submake-path.makefile2

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/pymake/tests/submake-path.makefile2	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +# -*- Mode: Makefile -*-
     1.5 +
     1.6 +shellresult := $(shell pathtest)
     1.7 +ifneq (2f7cdd0b-7277-48c1-beaf-56cb0dbacb24,$(filter $(shellresult),2f7cdd0b-7277-48c1-beaf-56cb0dbacb24))
     1.8 +$(error pathtest not found in submake shell function)
     1.9 +endif
    1.10 +
    1.11 +all:
    1.12 +	@pathtest
    1.13 +	@pathtest | grep -q 2f7cdd0b-7277-48c1-beaf-56cb0dbacb24
    1.14 +	@echo TEST-PASS

mercurial