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

all::
	sleep 1
	touch somefile

all:: somefile
	@echo TEST-PASS