commit | 39b0423e7aad1a769b4bf7a7c32717579ff6f1d6 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Apr 27 20:19:49 2021 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 06 18:19:38 2021 +0200 |
tree | 2cda5ecee8e450404fe43a6b407cfbe2821c113d | |
parent | 38ed9c885ea19f1ef4c87e92adae0807cdf189f0 [diff] |
tests: lib: mem_alloc: Fix up conditions for "no_mem" testcases These should run for minlibc configured with CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=0. In all other cases normal testsuite should run. How preprocessor #if's were put previously, some configurations, e.g. prj_newlib.conf, had the testsuite completely skipped. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>