summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2021-01-18 15:08:44 +0800
committerCommit Bot <commit-bot@chromium.org>2021-01-20 11:30:11 +0000
commita3abedfc06f16690c858242c037b1cf47da00288 (patch)
tree77f03d41057d09c264079b9c6ac10edd8b3fcc46 /tests
parent0249329a6aadc70c15d2b70c2cc6efdb115d4e6a (diff)
downloadvboot-a3abedfc06f16690c858242c037b1cf47da00288.tar.gz
vboot: move lib20/misc.c into 2lib namespace
lib20/misc.c contains only functions related to firmware verification, which are currently called from 2lib/2api.c, so move this to 2lib/2firmware.c. Move its unit test file accordingly. BUG=b:124141368, chromium:968464 TEST=make clean && make runtests BRANCH=none Signed-off-by: Joel Kitching <kitching@google.com> Change-Id: Ibaeea168ed5055d47d4be86f5b3bb0f803f97dad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2635219 Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/vb2_firmware_tests.c (renamed from tests/vb20_misc_tests.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vb20_misc_tests.c b/tests/vb2_firmware_tests.c
index fdab37e3..0e0c85f8 100644
--- a/tests/vb20_misc_tests.c
+++ b/tests/vb2_firmware_tests.c
@@ -2,7 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
- * Tests for misc library
+ * Tests for firmware verification library
*/
#include <stdio.h>