tests: lib: sprintf: filter-out MCIMX7_M4 platform

Apparently the tests/lib/sprintf test requires more than 34kB
of code size, when building in MCIMX7_M4-based platforms. Such
platforms, however, only have 32kB of code memory, therefore,
we exclude them from this test.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-08-16 13:19:10 +02:00
commit 2cf4ce4774
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@
#define DEADBEEF_PTR_STR "0xdeadbeef"
/*
* A really long string (330 characters + NUL).
* A really long string (330 characters + NULL).
* The underlying sprintf() architecture will truncate it.
*/
#define REALLY_LONG_STRING \

View file

@ -1,3 +1,4 @@
tests:
libraries.libc:
filter: not CONFIG_SOC_MCIMX7_M4
tags: libc