zephyr/tests/arch/x86/nmi
Anas Nashif c5d798173c tests: improve filtering and use integration_platforms
Use integration platforms to limit scope in CI.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-05-24 07:50:50 -04:00
..
src
CMakeLists.txt
README.txt
prj.conf
testcase.yaml

README.txt

Title: NMI registration support

Description:

This test verifies that NMI registration works as expected.

--------------------------------------------------------------------------------

Building and Running Project:

This project outputs to the console.  It can be built and executed
on QEMU as follows:

    make run

Sample output is:

Booting from ROM..*** Booting Zephyr OS build v2.4.0-rc1-197-g77a5f92715f7  ***
Running test suite nmi
===================================================================
START - test_nmi_handler
Testing to see interrupt handler executes properly
 PASS - test_nmi_handler
===================================================================
Test suite nmi succeeded
===================================================================
PROJECT EXECUTION SUCCESSFUL