Home | History | Annotate | Download | only in test_src

Lines Matching defs:test8

526 static void test8(void)
534 printf("Run test8\n");
598 FAILED(buf[1] != 1, "test8 case 1 failed\n");
599 FAILED(buf[2] != 0, "test8 case 2 failed\n");
600 FAILED(buf[3] != 0, "test8 case 3 failed\n");
601 FAILED(buf[4] != 1, "test8 case 4 failed\n");
602 FAILED(buf[5] != 1, "test8 case 5 failed\n");
603 FAILED(buf[6] != 1, "test8 case 6 failed\n");
604 FAILED(buf[7] != 1, "test8 case 7 failed\n");
605 FAILED(buf[8] != 0, "test8 case 8 failed\n");
606 FAILED(buf[9] != 1, "test8 case 9 failed\n");
607 FAILED(buf[10] != 0, "test8 case 10 failed\n");
608 FAILED(buf[11] != 1, "test8 case 11 failed\n");
609 FAILED(buf[12] != 0, "test8 case 12 failed\n");
5350 test8();