From cf5a273aa502b99de3d742818c5dc98cdb613eb5 Mon Sep 17 00:00:00 2001 From: Swift Tian Date: Wed, 22 May 2024 14:09:35 +0800 Subject: [PATCH] tests: subsys: fix emul test compile Add CONFIG_EMUL=y to the test .conf Signed-off-by: Swift Tian --- tests/subsys/emul/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/subsys/emul/prj.conf b/tests/subsys/emul/prj.conf index 81a9aca7dbd..66ef801fe37 100644 --- a/tests/subsys/emul/prj.conf +++ b/tests/subsys/emul/prj.conf @@ -5,3 +5,4 @@ CONFIG_ZTEST=y CONFIG_SENSOR=y CONFIG_BMI160_TRIGGER_NONE=y +CONFIG_EMUL=y