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

Unified Diff: src/platform/vboot_reference/cgptlib/tests/cgpt_test.h

Issue 1729006: Add helper functions and files for gpt tests. (Closed)
Patch Set: fix for code review Created 10 years, 8 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: src/platform/vboot_reference/cgptlib/tests/cgpt_test.h
diff --git a/src/platform/vboot_reference/cgptlib/tests/cgpt_test.h b/src/platform/vboot_reference/cgptlib/tests/cgpt_test.h
index 0dcb637e8214f96740c6db9864b271177b92b890..4a8b115ff92bc9e71306f02b663d38095f415add 100644
--- a/src/platform/vboot_reference/cgptlib/tests/cgpt_test.h
+++ b/src/platform/vboot_reference/cgptlib/tests/cgpt_test.h
@@ -7,7 +7,10 @@
#include <stdio.h>
-#define TEST_FAIL -1
+enum {
+ TEST_FAIL = -1,
+ TEST_OK = 0,
+};
/* ANSI Color coding sequences. */
#define COL_GREEN "\e[1;32m"
« no previous file with comments | « src/platform/vboot_reference/cgptlib/tests/Makefile ('k') | src/platform/vboot_reference/cgptlib/tests/cgpt_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698