Mypal/build/pymake/tests/includedeps-norebuild.mk
2019-03-11 13:26:37 +03:00

16 lines
170 B
Makefile

#T gmake skip
$(shell \
touch filemissing; \
sleep 2; \
touch file1; \
)
all: file1
@echo TEST-PASS
includedeps $(TESTPATH)/includedeps.deps
file1:
@echo TEST-FAIL