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

Unified Diff: tests/Makefile

Issue 2799019: Modify the size of the attributes field to comply with msc limitations. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Fix the attribute field to allow compilation in the BIOS environment. Created 10 years, 6 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 | « firmware/lib/cgptlib/include/gpt.h ('k') | tests/cgptlib_test.c » ('j') | 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 1e8fc9daaaf140602e621d21bd372a4f2f3b55cf..3259dfed147064d4c1a5a1da9db21a587c635b01 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -27,6 +27,10 @@ CFLAGS += -MMD -MF $@.d
LIBS := ${TEST_LIB} $(HOSTLIB) $(FWLIB)
+ifneq (${RUNTESTS},)
+EXTRA_TARGET = runtests
+endif
+
all: $(TEST_BINS) ${EXTRA_TARGET}
${TEST_LIB}: ${TEST_LIB_OBJS}
@@ -56,11 +60,6 @@ ${BUILD_ROOT}/%: %.c ${LIBS}
# kernel_verify_benchmark
# verify_kernel_fuzz_driver
-
-ifneq (${RUNTESTS},)
-EXTRA_TARGET = runtests
-endif
-
# Generate test keys
genkeys:
./gen_test_keys.sh
« no previous file with comments | « firmware/lib/cgptlib/include/gpt.h ('k') | tests/cgptlib_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698