mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 22:55:57 +00:00
TC_START was missing from some tests. For this reason automated testing parsing wasn't unified for all tests. This patch fixes the issue and adds TC_START to tests where it was missing. Change-Id: I7e27a3fd8eaef9c3d0b0e0aeba9bca5b97eb0c58 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README.txt | ||
testcase.ini |
Title: Execute in Place (XIP) Support Description: This test verifies XIP is working -------------------------------------------------------------------------------- Building and Running Project: This project outputs to the console. It can be built and executed on QEMU as follows: make run -------------------------------------------------------------------------------- Troubleshooting: Problems caused by out-dated project information can be addressed by issuing one of the following commands then rebuilding the project: make clean # discard results of previous builds # but keep existing configuration info or make pristine # discard results of previous builds # and restore pre-defined configuration info -------------------------------------------------------------------------------- Sample Output: Starting XIP tests =================================================================== Test globals =================================================================== PROJECT EXECUTION SUCCESSFUL