summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/includedeps.mk
blob: deaa71fe8ca01e472ff6968475ba49875cd4061b (plain)
1
2
3
4
5
6
7
8
9
#T gmake skip

all: file1
	@echo TEST-PASS

includedeps $(TESTPATH)/includedeps.deps

file1:
	touch $@