commit | 33f4f7d09f07fd910a2f077526ba3b4e83a56161 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Wed Nov 15 17:35:48 2023 +0800 |
committer | David Hu <david.hu@arm.com> | Fri Dec 01 10:45:47 2023 +0100 |
tree | 324ce4c14ea53ab4bfaba2e22bb91c8bb8420a99 | |
parent | 3a52495376b87e2ba601b1b392233fce457ccd5a [diff] |
Test: Add USE_STDIO option for test logs The clients like RPC test framework hosts may use the stdio provided by toolchain. This patch adds this config option for test log. It also removes the unncessary inclusions of <stdio.h>. They are partially for the log function and the rest for the <stddef.h> which is included by stdio.h. Change-Id: I79328d50b43e6c0b0d7ed55296c9973a90cb90e1 Signed-off-by: Kevin Peng <kevin.peng@arm.com>