| 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) {
|
|
|