mbed-os/platform/tests/TESTS
Rajkumar Kanagaraj b712589557 Exclude test cases for data types %lld, %llu, %llx to reduce build binary size
The "minimal_printf" greentea test has test cases for the different data types
(%d, %u, %x, %ld, %lu, %lx %llx)  that require a minimum above 36kb ROM
to build all test cases. LPC1114 target has only 32KB ROM memory,
so these changes excluding 3 test cases of data types %lld, %llu, %llx
to bring down to meet target minimum ROM size
2021-09-16 15:09:32 +01:00
..
host_tests Adding required host_tests 2020-07-31 15:15:08 +01:00
mbed_functional Replace MBED_ROM_SIZE with MBED_CONF_TARGET_ROM_SIZE 2021-09-16 15:09:32 +01:00
mbed_micro CMake: Refactor platform greentea test CMake 2021-08-23 21:39:19 +01:00
mbed_platform Exclude test cases for data types %lld, %llu, %llx to reduce build binary size 2021-09-16 15:09:32 +01:00
CMakeLists.txt Update platform CMake to include greentea test dir 2021-08-23 21:41:17 +01:00