summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-01-24 14:19:56 -0800
committerChromeBot <chrome-bot@google.com>2013-01-25 13:58:44 -0800
commit786a5dca74387de5ffdc51ca5a099a4e90f406da (patch)
tree1ae8402d022c6ac2d3141ac64026ea1ffcef80a6 /Makefile
parent45cc0f2c0a48b377520842597769a5813cf55902 (diff)
downloadvboot-786a5dca74387de5ffdc51ca5a099a4e90f406da.tar.gz
Start adding display tests
BUG=chromium-os:38139 BRANCH=none TEST=make runtests Change-Id: Idd1c275077a9a00cd2f7eab684238eb5b2d235dd Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/42015 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b37a21f2..b14e8ef3 100644
--- a/Makefile
+++ b/Makefile
@@ -422,6 +422,7 @@ TEST_NAMES = \
vboot_common_tests \
vboot_common2_tests \
vboot_common3_tests \
+ vboot_display_tests \
vboot_firmware_tests \
vboot_nvstorage_test
@@ -942,6 +943,7 @@ runmisctests: test_setup
${RUNTEST} ${BUILD_RUN}/tests/vboot_common_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_common2_tests ${TEST_KEYS}
${RUNTEST} ${BUILD_RUN}/tests/vboot_common3_tests ${TEST_KEYS}
+ ${RUNTEST} ${BUILD_RUN}/tests/vboot_display_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_firmware_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_nvstorage_test
@@ -951,7 +953,7 @@ runfutiltests: test_setup install
@echo "$@ passed"
# Run long tests, including all permutations of encryption keys (instead of
-# just the ones we use) and tests of currently-unused code (e.g. vboot_ec).
+# just the ones we use) and tests of currently-unused code.
# Not run by automated build.
.PHONY: runlongtests
runlongtests: test_setup genkeys genfuzztestcases