scripts/fuzz.sh: add -DCONFIG_ZEPHYR_POSIX

Don't rely on some semi-random default value.

The final `zephyr/.config` and binaries are strictly identical.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2023-06-08 22:45:43 +00:00 committed by Kai Vehmanen
parent 1621a95f01
commit 5a9dc8a0b5
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ main()
# Move this to a new fuzz.conf overlay file if it grows bigger
local fuzz_configs=(
-DCONFIG_ZEPHYR_POSIX=y
-DCONFIG_ASSERT=y
-DCONFIG_SYS_HEAP_BIG_ONLY=y
-DCONFIG_ZEPHYR_NATIVE_DRIVERS=y