mirror of https://github.com/ARMmbed/mbed-os.git
parent
e52bb68f93
commit
5f3923250c
|
|
@ -205,6 +205,7 @@ Specification specification(greentea_test_setup, cases, greentea_test_teardown_h
|
|||
|
||||
int main()
|
||||
{
|
||||
// *INDENT-OFF*
|
||||
TEST_CASE local_test_cases[] = {
|
||||
/* Predefined polynomials. */
|
||||
/* 00 */{ {POLY_7BIT_SD , 7, 0x00000000, 0x00000000, false, false}, 0xEA },
|
||||
|
|
@ -272,6 +273,7 @@ int main()
|
|||
/* 54 */{ {POLY_32BIT_POSIX , 32, 0x00000000, 0x00000000, true , false}, 0x11B4BFB4 },
|
||||
/* 55 */{ {POLY_32BIT_POSIX , 32, 0x00000000, 0x00000000, false, true }, 0xFE918591 },
|
||||
};
|
||||
// *INDENT-ON*
|
||||
|
||||
test_cases = local_test_cases;
|
||||
test_cases_size = sizeof(local_test_cases);
|
||||
|
|
|
|||
Loading…
Reference in New Issue