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

Unified Diff: src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c

Issue 2082015: add cgpt framework and attribute support. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 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/cgptlib_test.c
diff --git a/src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c b/src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c
index b725749d9110251af6a6c784db9ea04d387f1102..73fb9efe77b4377668f6a8247f86b66416500bf9 100644
--- a/src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c
+++ b/src/platform/vboot_reference/cgptlib/tests/cgptlib_test.c
@@ -8,6 +8,7 @@
#include "cgptlib.h"
#include "cgptlib_internal.h"
#include "crc32.h"
+#include "crc32_test.h"
#include "gpt.h"
#include "quick_sort_test.h"
#include "utility.h"
@@ -1151,6 +1152,7 @@ int main(int argc, char *argv[]) {
{ TEST_CASE(UpdateInvalidKernelTypeTest), },
{ TEST_CASE(NormalBootCase), },
{ TEST_CASE(HigherPriorityTest), },
+ { TEST_CASE(TestCrc32TestVectors), },
};
for (i = 0; i < sizeof(test_cases)/sizeof(test_cases[0]); ++i) {

Powered by Google App Engine
This is Rietveld 408576698