test: add libtest build

Build libtest with the module configuration
to make sure that the split library build
functionality works.
This commit is contained in:
Marco Casaroli 2024-02-28 08:49:22 +01:00 committed by Alan Carvalho de Assis
parent 447cc9698f
commit 246ef2ffa4

View File

@ -19,6 +19,7 @@ CONFIG_BOOT_RUNFROMEXTSRAM=y
CONFIG_BUILTIN=y
CONFIG_DEV_LOOP=y
CONFIG_DEV_ZERO=y
CONFIG_EXAMPLES_LIBTEST=y
CONFIG_EXAMPLES_MODULE=y
CONFIG_EXAMPLES_MODULE_DEVMINOR=4
CONFIG_EXAMPLES_MODULE_DEVPATH="/dev/ram4"