tests: drivers: i3c: add build of i3c_shell.c

Include the i3c shell when building an i3c driver.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2024-09-21 22:39:08 -07:00 committed by Anas Nashif
parent 0f576b047f
commit ffb60c08e9

View file

@ -1,3 +1,5 @@
CONFIG_TEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_I3C=y
CONFIG_SHELL=y
CONFIG_I3C_SHELL=y