X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_byteorder.c;h=8ae311420ba7e872caab5ee5d4f49d0b97b66b3e;hb=38c9817ee1d8;hp=38f8d39459cc3591cdce3ab13bf22bb596deeee6;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/app/test/test_byteorder.c b/app/test/test_byteorder.c index 38f8d39459..8ae311420b 100644 --- a/app/test/test_byteorder.c +++ b/app/test/test_byteorder.c @@ -52,7 +52,7 @@ static volatile uint64_t u64 = 0xdeadcafebabefaceULL; * size (16, 32, 64 bits) */ -int +static int test_byteorder(void) { uint16_t res_u16; @@ -91,3 +91,5 @@ test_byteorder(void) return 0; } + +REGISTER_TEST_COMMAND(byteorder_autotest, test_byteorder);