diff options
Diffstat (limited to 'app/test/test.c')
-rw-r--r-- | app/test/test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/test/test.c b/app/test/test.c index ccad0e30..cd0e7845 100644 --- a/app/test/test.c +++ b/app/test/test.c @@ -95,9 +95,6 @@ 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) |