X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_lpm6.c;h=1f88d7ad46994b4d16b504867166bf27e8046191;hb=9aaccf1abdb2894ec23870e1d2199a657f85850e;hp=bd9912500c0bfd912697fd2cc97819b53284f2a6;hpb=942405f9e2f2c22aa817be374ccfe939a72df2ce;p=dpdk.git diff --git a/app/test/test_lpm6.c b/app/test/test_lpm6.c index bd9912500c..1f88d7ad46 100644 --- a/app/test/test_lpm6.c +++ b/app/test/test_lpm6.c @@ -41,8 +41,6 @@ #include "test.h" -#ifdef RTE_LIBRTE_LPM - #include #include #include @@ -1925,4 +1923,3 @@ static struct test_command lpm6_cmd = { .callback = test_lpm6, }; REGISTER_TEST_COMMAND(lpm6_cmd); -#endif /* RTE_LIBRTE_LPM */