diff -r 000000000000 -r 6474c204b198 build/pymake/tests/submake-path.makefile2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/pymake/tests/submake-path.makefile2 Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,11 @@ +# -*- Mode: Makefile -*- + +shellresult := $(shell pathtest) +ifneq (2f7cdd0b-7277-48c1-beaf-56cb0dbacb24,$(filter $(shellresult),2f7cdd0b-7277-48c1-beaf-56cb0dbacb24)) +$(error pathtest not found in submake shell function) +endif + +all: + @pathtest + @pathtest | grep -q 2f7cdd0b-7277-48c1-beaf-56cb0dbacb24 + @echo TEST-PASS