summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-06-25 15:54:23 +0800
committerCommit Bot <commit-bot@chromium.org>2019-07-06 21:33:35 +0000
commit9cff6fe1b866abf9c1ad63dd5a9aae415c813296 (patch)
tree084935aafd9ac28dbcd58fc2d458cfd1d3e62fc7 /Makefile
parenta5ab221a1aebbd159a8f3ff9c68a8e4a8d247421 (diff)
downloadvboot-9cff6fe1b866abf9c1ad63dd5a9aae415c813296.tar.gz
vboot: replace Min macro with VB2_MINstabilize-12331.B
Replace old vboot1-style Min macro with VB2_MIN, and relocate tests accordingly. BUG=b:124141368 TEST=make clean && make runtests BRANCH=none Change-Id: I73d630147eaf23f97dd750769fb1e911dae01848 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1675866 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, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fa8e7593..a990a06a 100644
--- a/Makefile
+++ b/Makefile
@@ -723,7 +723,6 @@ TEST_NAMES = \
tests/rollback_index3_tests \
tests/sha_benchmark \
tests/utility_string_tests \
- tests/utility_tests \
tests/vboot_api_devmode_tests \
tests/vboot_api_kernel_tests \
tests/vboot_api_kernel2_tests \
@@ -1375,7 +1374,6 @@ ifeq (${TPM2_MODE},)
endif
${RUNTEST} ${BUILD_RUN}/tests/rollback_index3_tests
${RUNTEST} ${BUILD_RUN}/tests/utility_string_tests
- ${RUNTEST} ${BUILD_RUN}/tests/utility_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_api_devmode_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_api_kernel_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_api_kernel2_tests