X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest.h;h=632860bfcd76ae93930893765e0fd15418d215e7;hb=d7937e2e3d12e326b86248a42f95825db53c8b4f;hp=4a61a7b81f7854f7ba4aeaa449a88d61ca0b1c53;hpb=e242c810e9349cbc4b0a22637848278fa2ec0ada;p=dpdk.git diff --git a/app/test/test.h b/app/test/test.h old mode 100644 new mode 100755 index 4a61a7b81f..632860bfcd --- a/app/test/test.h +++ b/app/test/test.h @@ -1,7 +1,7 @@ /*- * BSD LICENSE * - * Copyright(c) 2010-2012 Intel Corporation. All rights reserved. + * Copyright(c) 2010-2013 Intel Corporation. All rights reserved. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -46,8 +46,6 @@ extern const char *prgname; extern cmdline_parse_ctx_t main_ctx[]; -void test_hexdump(const char *title, const void *buf, unsigned int len); - int main(int argc, char **argv); int test_pci(void); @@ -72,6 +70,7 @@ int test_memcpy_perf(void); int test_hash(void); int test_hash_perf(void); int test_lpm(void); +int test_lpm6(void); int test_debug(void); int test_errno(void); int test_tailq(void); @@ -84,6 +83,10 @@ int test_interrupt(void); int test_version(void); int test_eal_fs(void); int test_cmdline(void); +int test_func_reentrancy(void); +int test_pmac_pm(void); +int test_pmac_acl(void); +int test_power(void); int test_pci_run;