summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2021-07-20 07:18:42 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-21 06:49:54 +0000
commite355c9ea7e30775dc9698646339a4d9fe5fe3ee1 (patch)
treea0ddc6809fc90f14a9971fd587bb76c4eda7079b /Makefile
parent2d3af1227d6c74733f4e16da424ffaabdfcd23d4 (diff)
downloadvboot-e355c9ea7e30775dc9698646339a4d9fe5fe3ee1.tar.gz
vboot/vboot_kernel: split gpt tests out of vboot_kernel_tests
These don't really belong together. We can get two cleaner test files by splitting them apart. This CL is part of a series to merge vboot1 and vboot2.0 kernel verification code; see b/181739551. BUG=b:181739551, b:172337800, b:124141368 TEST=make clean && make runtests BRANCH=none Signed-off-by: Joel Kitching <kitching@google.com> Change-Id: Idaa4c36214cc98bffdc50bdb5c071673829250ee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3039164 Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38dad3e5..fd13991e 100644
--- a/Makefile
+++ b/Makefile
@@ -710,6 +710,7 @@ TEST_OBJS += ${TESTLIB_OBJS}
TEST_NAMES = \
tests/cgptlib_test \
tests/chromeos_config_tests \
+ tests/gpt_misc_tests \
tests/sha_benchmark \
tests/subprocess_tests \
tests/vboot_api_kernel4_tests \
@@ -1266,6 +1267,7 @@ runtestscripts: install_for_test genfuzztestcases
.PHONY: runmisctests
runmisctests: install_for_test
+ ${RUNTEST} ${BUILD_RUN}/tests/gpt_misc_tests
${RUNTEST} ${BUILD_RUN}/tests/subprocess_tests
ifeq (${MOCK_TPM}${TPM2_MODE},)
# tlcl_tests only works when MOCK_TPM is disabled