-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz.sh: add new boards/native_sim_libfuzzer.conf
Extract -DCONFIG_* definitions hardcoded inside the script and move them to a new .conf file where they belong. This is a first, baby-step towards addressing the more general lack of .config control described in #9386 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
- Loading branch information
Showing
2 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# See https://docs.zephyrproject.org/latest/build/kconfig/setting.html#initial-conf | ||
|
||
CONFIG_ZEPHYR_POSIX=y | ||
CONFIG_ASSERT=y | ||
CONFIG_EXCEPTION_DEBUG=y | ||
CONFIG_ARCH_POSIX_TRAP_ON_FATAL=y | ||
CONFIG_SYS_HEAP_BIG_ONLY=y | ||
CONFIG_ZEPHYR_NATIVE_DRIVERS=y | ||
CONFIG_ARCH_POSIX_LIBFUZZER=y | ||
CONFIG_ZEPHYR_POSIX_FUZZ_TICKS=100 | ||
CONFIG_ASAN=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters