zephyr/tests/kernel/xip
Andrew Boie a7354ab391 tests: xip: remove hack and add qemu_x86_xip
We now have a variant x86 build target that only is run
for tests tagged with "xip", which is this one.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-07-30 12:25:37 +02:00
..
src
CMakeLists.txt
README.txt
prj.conf
testcase.yaml tests: xip: remove hack and add qemu_x86_xip 2020-07-30 12:25:37 +02:00

README.txt

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