app/test: convert all tests to register system
[dpdk.git] / app / test / test.c
index a33b2b5..9bee6bb 100644 (file)
@@ -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)