X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest.h;h=82831f4e6cf4ae650aca49c7e191e39208f83b18;hb=dd0eedb1cfcf0cb7423d859177c5bc6f931eaf8a;hp=467b9c07232f5e356a661e3d34505036ba60fec2;hpb=26e09db6cb5fd9bbf0feb928561af9932694574b;p=dpdk.git diff --git a/app/test/test.h b/app/test/test.h index 467b9c0723..82831f4e6c 100644 --- a/app/test/test.h +++ b/app/test/test.h @@ -33,9 +33,12 @@ #ifndef _TEST_H_ #define _TEST_H_ + #include #include -#include "rte_log.h" + +#include +#include #define TEST_SUCCESS (0) #define TEST_FAILED (-1) @@ -235,7 +238,6 @@ int test_pci_run; int test_mp_secondary(void); -int test_ivshmem(void); int test_set_rxtx_conf(cmdline_fixed_string_t mode); int test_set_rxtx_anchor(cmdline_fixed_string_t type); int test_set_rxtx_sc(cmdline_fixed_string_t type);