/build/pymake/tests/keep-going-parallel.mk
http://github.com/zpao/v8monkey · Makefile · 11 lines · 5 code · 3 blank · 3 comment · 0 complexity · f04f934a64882082451dd45d3dbe7b5c MD5 · raw file
- #T commandline: ['-k', '-j2']
- #T returncode: 2
- #T grep-for: "TEST-PASS"
- all: t1 slow1 slow2 slow3 t2
- t2:
- @echo TEST-PASS
- slow%:
- sleep 1