lib: add rte_hexdump and remove duplicated code
[dpdk.git] / app / test / test.h
old mode 100644 (file)
new mode 100755 (executable)
index 4a61a7b..4de2788
@@ -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);
@@ -84,6 +82,9 @@ 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_pci_run;