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

Unified Diff: autotest/client/firmware_VbootCrypto/src/Makefile

Issue 3335018: vboot_reference: move tests into client/ and also put the server test in here (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: Created 10 years, 3 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
Index: autotest/client/firmware_VbootCrypto/src/Makefile
diff --git a/autotest/firmware_VbootCrypto/src/Makefile b/autotest/client/firmware_VbootCrypto/src/Makefile
similarity index 98%
rename from autotest/firmware_VbootCrypto/src/Makefile
rename to autotest/client/firmware_VbootCrypto/src/Makefile
index 7c770a50042a59590d64d0f5de0ed24e4618cf4e..e608b9830b2540bd9e6ca723859657a2440f692a 100644
--- a/autotest/firmware_VbootCrypto/src/Makefile
+++ b/autotest/client/firmware_VbootCrypto/src/Makefile
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-VBOOT_SRC_DIR ?= ../../..
+VBOOT_SRC_DIR ?= ../../../..
BUILD_TEST_DIR = vboot_tests
# Test Binaries.
TEST_BINS = \

Powered by Google App Engine
This is Rietveld 408576698