zephyr/tests/lib/p4workq/prj.conf
Andy Ross 51d8e36249 tests/lib: Add p4wq test
Add test for the P4 Work Queue gadget.  Includes coverage sections
detailing all elements of the API, and a reasonably extensive stress
suite that will saturate the device for 1k events.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-01-15 11:35:50 -05:00

8 lines
173 B
Plaintext

CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST=y
CONFIG_SCHED_DEADLINE=y
# Test whiteboxes the wait_q and expects it to be a dlist
CONFIG_WAITQ_SCALABLE=n
CONFIG_WAITQ_DUMB=y