Commit Graph

9 Commits

Author SHA1 Message Date
c48bbfab5e more make refactor 2025-10-14 17:53:55 +07:00
a64e3eb0aa update board_test always output to uart regardless of LOGGER option 2025-07-02 17:27:03 +07:00
3623ba1884 fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
e62d1a03ac integrate top.mk into make.mk 2023-03-06 13:25:56 +07:00
03ec49450d rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread 2023-02-22 11:47:09 +07:00
18c3095346 fix: Change all static variables to thread when fuzzing 2023-01-20 15:45:31 -08:00
1dcffc655d fix(fuzz): Make sanitizer flags optional
Currently OSS fuzz expects to have complete control over the
sanitizer flags. As we currently have these set it's causing
problems with the OSS fuzz build. Instead we should use the
provided variables from the OSS fuzz build environment. For
local testing we'll create a set a well defined defaults.
2022-12-28 21:07:29 +00:00
bf8f4f9521 move build Fuzzer into pre-commit 2022-12-08 11:31:39 +07:00
56f846cf74 move fuzz into test/fuzz 2022-12-08 10:39:54 +07:00