X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest.h;h=72e67b9c37b81e756c24a8146dee0c3273da381e;hp=d5b6951a4c15b6650130cf50191c567831655ec2;hb=503f9e8b42562b923e73e908be6ba69964f1f1e7;hpb=f9462cf0b948fff3b3c5b4c05e4386bfe6715a2b diff --git a/app/test/test.h b/app/test/test.h index d5b6951a4c..72e67b9c37 100644 --- a/app/test/test.h +++ b/app/test/test.h @@ -119,11 +119,6 @@ struct unit_test_suite { int unit_test_suite_runner(struct unit_test_suite *suite); -/* icc on baremetal gives us troubles with function named 'main' */ -#ifdef RTE_EXEC_ENV_BAREMETAL -#define main _main -#endif - #define RECURSIVE_ENV_VAR "RTE_TEST_RECURSIVE" #include @@ -133,8 +128,6 @@ extern const char *prgname; int commands_init(void); -int main(int argc, char **argv); - int test_pci(void); int test_pci_run;