summaryrefslogtreecommitdiff
path: root/tests/gpt_misc_tests.c
diff options
context:
space:
mode:
authorHsin-Te Yuan <yuanhsinte@google.com>2022-07-11 15:55:11 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-15 07:11:40 +0000
commit1d25a753a35245af0f98897c4e999ec428b97134 (patch)
tree6fa36a8961003de706565936d6c06da99fee23d0 /tests/gpt_misc_tests.c
parent9b04e0e9a0bdada307097e89610b4ce1ab9351f8 (diff)
downloadvboot-1d25a753a35245af0f98897c4e999ec428b97134.tar.gz
tests/common/tests.h: rename test_common.h to common/tests.h
Create tests/common/ to put some common files. BUG=none BRANCH=none TEST=make runtests Signed-off-by: Hsin-Te Yuan <yuanhsinte@google.com> Change-Id: I8918b7a1e62d47fca6074ef123e2de6f46f1aa00 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3754814 Reviewed-by: Hsuan Ting Chen <roccochen@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
Diffstat (limited to 'tests/gpt_misc_tests.c')
-rw-r--r--tests/gpt_misc_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpt_misc_tests.c b/tests/gpt_misc_tests.c
index e0a8d56e..30632991 100644
--- a/tests/gpt_misc_tests.c
+++ b/tests/gpt_misc_tests.c
@@ -8,8 +8,8 @@
#include "2api.h"
#include "cgptlib.h"
#include "cgptlib_internal.h"
+#include "common/tests.h"
#include "gpt.h"
-#include "test_common.h"
#define LOGCALL(fmt, args...) sprintf(call_log + strlen(call_log), fmt, ##args)
#define TEST_CALLS(expect_log) TEST_STR_EQ(call_log, expect_log, " calls")