Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: tests/Makefile

Issue 2947002: Don't build rollback index test as part of 'all', since it depends on the real tlcl. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Missed a line Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/Makefile
diff --git a/tests/Makefile b/tests/Makefile
index ade73c91009956472bc9cecbeaa34d77e32f93d6..ed37e73e7751ecc4b8e53b4ea776614a43369410 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -32,7 +32,9 @@ ifneq (${RUNTESTS},)
EXTRA_TARGET = runtests
endif
-all: $(TEST_BINS) ${EXTRA_TARGET} $(BUILD_ROOT)/rollback_index_test
+# Disable rollback_index_test by default because it requires the real
+# tlcl lib
+all: $(TEST_BINS) ${EXTRA_TARGET} # $(BUILD_ROOT)/rollback_index_test
${TEST_LIB}: ${TEST_LIB_OBJS}
rm -f $@
@@ -99,8 +101,8 @@ runtests: genkeys runcgpttests runcryptotests runmisctests
# ${BUILD_ROOT}/firmware_rollback_tests
# ${BUILD_ROOT}/kernel_rollback_tests
-install: $(BUILD_ROOT)/rollback_index_test
- mkdir -p $(DESTDIR)
- cp -f $(BUILD_ROOT)/rollback_index_test $(DESTDIR)
+#install: $(BUILD_ROOT)/rollback_index_test
+# mkdir -p $(DESTDIR)
+# cp -f $(BUILD_ROOT)/rollback_index_test $(DESTDIR)
-include ${ALL_DEPS}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698