Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: silence "WARNING: ASSERTs enabled" when CONFIG_TEST is true
TEST configurations don't need to be warned that they're using test techniques with some side-effects. On a typical sanitycheck invocation, this warning is one of the only two that appears in most test runs. In other words this commit gets rid of half of the entire grep -ri '[[:blank:]]warn' noise that obscures any work-in-progress warnings or platform specific warnings in the logs (typically: device tree warnings). Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information