qemu-check.exp: monitor TEE core log file and detect assertion failures

When "make check" is run and an assertion fails in TEE core, secure
world hangs, and therefore xtest hangs too. "make check" will not
report the failure and exit until a timeout occurs (480s).
In order to detect the error condition sooner, open the TEE core log
file and add a trigger on "assertion ... failed at ...".

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
1 file changed
tree: c4dee4cfbbb02c6072cfbc6df4c2937f39a86b1f
  1. kconfigs/
  2. rpi3/
  3. .gitignore
  4. common.mk
  5. fvp.mk
  6. hikey.mk
  7. hikey_debian.mk
  8. juno.mk
  9. mediatek.mk
  10. qemu-check.exp
  11. qemu.mk
  12. qemu_v8.mk
  13. README.md
  14. rpi3.mk
  15. toolchain.mk
README.md

Contains the necessary build files to handle OP-TEE for various setups, for now, please see manifest/README.md and OP-TEE/README.md for instructions.