commit | 97d40cbe128591ec889264caf8143084ffa016dd | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Tue Feb 02 00:25:58 2021 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Feb 01 22:07:45 2021 -0500 |
tree | 6aafc290c4d1857c2190f32a505c56cb4e0ae854 | |
parent | ddd73ca508894a321e3083feee4fdfef33754bd6 [diff] |
tests: lib: cbprintf_fp: add filter for tests using newlib As some tests are enabling CONFIG_NEWLIB_LIBC, we need to filter out that tests in case of missing NEWLIB support in toolchain. It can be done with 'filter: TOOLCHAIN_HAS_NEWLIB == 1' filter in testcase.yaml Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>