test: Drop the function for running measurement tests
Use the new suite-runner to run these tests instead. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -166,7 +166,7 @@ static struct suite suites[] = {
|
||||
SUITE(setexpr),
|
||||
#endif
|
||||
#ifdef CONFIG_MEASURED_BOOT
|
||||
SUITE_CMD(measurement, do_ut_measurement),
|
||||
SUITE(measurement),
|
||||
#endif
|
||||
#ifdef CONFIG_SANDBOX
|
||||
#if CONFIG_IS_ENABLED(BLOBLIST)
|
||||
|
Reference in New Issue
Block a user