tile: fix build
[dpdk.git] / app / test / test.c
index f35b304..cd0e784 100644 (file)
@@ -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)
@@ -162,9 +159,10 @@ unit_test_suite_runner(struct unit_test_suite *suite)
        int test_success;
        unsigned total = 0, executed = 0, skipped = 0, succeeded = 0, failed = 0;
 
-       if (suite->suite_name)
+       if (suite->suite_name) {
                printf(" + ------------------------------------------------------- +\n");
                printf(" + Test Suite : %s\n", suite->suite_name);
+       }
 
        if (suite->setup)
                if (suite->setup() != 0)