8e0016eb14
Enhance the test runner so that it can verify the output of the tests by itself. This needs the console to be logged to a file, but otherwise works the same as the current test runner. Also, the build results are placed in a log file, so that it is easier to see what is happening. Signed-off-by: David Brown <david.brown@linaro.org> |
||
---|---|---|
.. | ||
bad-keys | ||
hello-world | ||
.gitignore | ||
Makefile | ||
README.md | ||
build-boot.sh | ||
build-hello.sh | ||
run-tests.go | ||
run-tests.sh |
README.md
Zephyr sample application.
In order to successfully deploy an application using mcuboot, it is necessary to build at least one other binary: the application itself. It is beyond the scope of this documentation to describe what an application is able to do, however a working example is certainly useful.
Please see the comments in the Makefile in this directory for more details on how to build and test this application.