-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
Problem
I tried to mock the hexiwear device by doing mbedls --mock=0214:HEXIWEAR, this allowed me to then run singletest.py -j 0 --tc GCC_ARM -V, but all tests time out. I then instead went and modified mbedls, adding the appropriate line to mbedls to enable hexiwear, re-installed, deleted the build directory, and re-ran the tests. Then all tests worked.
Conclusion
Something in the mock subcommand doesnt work with tests. Not sure what
Solution
make mock work with testing infrastructure as this is the primary way we expect users to test their platforms before submitting a PR.