/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

  1. #T commandline: ['-k', '-j2']
  2. #T returncode: 2
  3. #T grep-for: "TEST-PASS"
  4. all: t1 slow1 slow2 slow3 t2
  5. t2:
  6. @echo TEST-PASS
  7. slow%:
  8. sleep 1