X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest.h;h=632860bfcd76ae93930893765e0fd15418d215e7;hb=d7937e2e3d12e326b86248a42f95825db53c8b4f;hp=538c39fe215d5e57c46c9637b7d37b3ca18f1003;hpb=104a92bd026f88bd191f728442b88ad837c16138;p=dpdk.git diff --git a/app/test/test.h b/app/test/test.h old mode 100644 new mode 100755 index 538c39fe21..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); @@ -85,6 +84,9 @@ 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;