summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/parallel-dep-resolution.mk
blob: 7967eba2de874a4eb1b3de498bd16dd76263c35f (plain)
1
2
3
4
5
6
7
8
#T commandline: ['-j3']
#T returncode: 2

all: t1 t2

t1:
	sleep 1
	touch t1 t2