Mypal/build/pymake/tests/submake-path.makefile2
2019-03-11 13:26:37 +03:00

12 lines
318 B
Makefile

# -*- 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