X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest.c;h=9bee6bb47ae2e74ea0f6f6935fb238cf906e49f7;hp=a33b2b5c44a71bf13db867b1db41760bf0f21c93;hb=942405f9e2f2c22aa817be374ccfe939a72df2ce;hpb=727909c5923147d0c7c0091a0f791432fa954431 diff --git a/app/test/test.c b/app/test/test.c index a33b2b5c44..9bee6bb47a 100644 --- a/app/test/test.c +++ b/app/test/test.c @@ -96,7 +96,9 @@ do_recursive_call(void) { "test_memory_flags", no_action }, { "test_file_prefix", no_action }, { "test_no_huge_flag", no_action }, +#ifdef RTE_LIBRTE_IVSHMEM { "test_ivshmem", test_ivshmem }, +#endif }; if (recursive_call == NULL)