commit | 27fba52d613d654e18819b1dc6d204471914d048 | [log] [tgz] |
---|---|---|
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | Fri May 05 15:44:26 2023 +0200 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Mon May 15 13:02:24 2023 +0200 |
tree | be00f68512babfd33912cad17db850411f821060 | |
parent | e1da6c490d31b60f5ffc8364a139190309b9c76a [diff] |
test(tc): move platform tests in their own function This is a bit cleaner, as it avoids cluttering the normal boot execution path. It also gives us the opportunity to mark the tests function with the __dead2 attribute, which inform both the compiler and the developer that the test function never returns (since it suspends booting). Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com> Change-Id: I082a34a840ef791a2ac4c1f59b19b32aeb0a9ec7