mbuf: add function to generate raw Tx offload value
[dpdk.git] / app / test / test.h
index 7c24432..9b3846b 100644 (file)
@@ -177,8 +177,7 @@ void add_test_command(struct test_command *t);
                .command = RTE_STR(cmd), \
                .callback = func, \
        }; \
-       static void __attribute__((constructor, used)) \
-       test_register_##cmd(void) \
+       RTE_INIT(test_register_##cmd) \
        { \
                add_test_command(&test_struct_##cmd); \
        }