This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 0357cb99b2fd1a056e40630782dbd273d3ac3036 Author: Huang Qi <huang...@xiaomi.com> AuthorDate: Wed Nov 16 16:02:26 2022 +0800 interpreters/wamr: New option to support spec test Signed-off-by: Huang Qi <huang...@xiaomi.com> --- interpreters/wamr/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index 796c6a5c2..8bad60669 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -96,6 +96,10 @@ config INTERPRETERS_WAMR_REF_TYPES bool "Enable reference types support" default n +config INTERPRETERS_WAMR_ENABLE_SPEC_TEST + bool "Enable spectest support" + default n + config INTERPRETERS_WAMR_STACK_GUARD_SIZE int "Custom stack guard size" default 0