run-test-mcs.sh 239 B

12345
  1. #!/bin/bash -e
  2. ${TESTCMD} --label=mcs-tests --timeout=30m make -w -C mcs/tests run-test
  3. ${TESTCMD} --label=mcs-errors --timeout=10m make -w -C mcs/errors run-test
  4. ${TESTCMD} --label=compile-bcl-tests --timeout=40m make -w -C runtime test