Add stellar thread cycle
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
unsigned char data[] = {0x45, 0x00, 0x00, 0x2c, 0xff, 0xff, 0x20, 0x00, 0x7f, 0x06, 0x4d, 0x8b, 0xc0, 0xa8, 0x24, 0x67, 0xc0, 0xa8, 0x28, 0x89};
|
||||
|
||||
TEST(IPV4_HELPERS, GET)
|
||||
TEST(IPV4_HELPERS, TEST)
|
||||
{
|
||||
const struct ip *hdr = (struct ip *)data;
|
||||
EXPECT_TRUE(ipv4_hdr_get_version(hdr) == 4);
|
||||
|
||||
Reference in New Issue
Block a user