zephyr/tests/ztest/ztest_param/prj.conf
Arkadiusz Cholewinski 3580d8b6d6 tests: ztest: Add ztest param test.
Introduces the test for testing the new functionality
of ztest shell.

Passing -r (repeat iter) parameter. This allows to run
a particula testcase or testsuite several times.
Passing -p (any value) parameter. This allows to provide
a parameter to a test at runtime.

Signed-off-by: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
2024-08-23 15:48:57 +01:00

3 lines
59 B
Text

CONFIG_ZTEST=y
CONFIG_ZTEST_SHELL=y
CONFIG_ZTEST_SHUFFLE=y