zephyr/tests/arch/x86/nmi
Yuval Peress 86cadf9283 ztest: Fix userspace ztests in new API
Update the new API to use K_USER as the flags for both
CONFIG_USERSPACE and CONFIG_TEST_USERSPACE. Also, fix the linker
script to properly include the suites, tests, and rules.

Fixes #44108

Signed-off-by: Yuval Peress <peress@google.com>
2022-05-25 11:20:13 +09:00
..
src
CMakeLists.txt
README.txt
prj.conf
testcase.yaml ztest: Fix userspace ztests in new API 2022-05-25 11:20:13 +09:00

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