commit | 5cba101ad606ed94f69a4a8721a6da93b04150b6 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Tue Nov 28 15:46:01 2023 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Mon Dec 04 17:37:21 2023 +0800 |
tree | 3431ad37e211ea8a70b03ee59f9d446f6396978f | |
parent | a66fd830dc95f73457a1d6f752e74bc790ff08f4 [diff] |
Test Framework: Rename integ_test() and move it The fucntion name of integ_test() does not reflect what it does. It just runs the test suites given, not particualr to "integ test" only. Rename it to run_test() and move it to test_framework.h/.c. It does not need to be put in a dedicated set of files. Change-Id: I264ceb4c7b48b74e57694c8db688a3da780a21d1 Signed-off-by: Kevin Peng <kevin.peng@arm.com>