app: rework ring tests
[dpdk.git] / app / test / test.h
old mode 100644 (file)
new mode 100755 (executable)
index af683e4..265cf6e
@@ -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);
@@ -62,13 +60,18 @@ int test_cycles(void);
 int test_logs(void);
 int test_memzone(void);
 int test_ring(void);
+int test_ring_perf(void);
 int test_mempool(void);
+int test_mempool_perf(void);
 int test_mbuf(void);
 int test_timer(void);
 int test_malloc(void);
 int test_memcpy(void);
+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);
@@ -79,6 +82,18 @@ int test_eal_flags(void);
 int test_alarm(void);
 int test_interrupt(void);
 int test_version(void);
+int test_eal_fs(void);
+int test_cmdline(void);
+int test_func_reentrancy(void);
+int test_red(void);
+int test_sched(void);
+int test_meter(void);
+int test_pmac_pm(void);
+int test_pmac_acl(void);
+int test_kni(void);
+int test_power(void);
+int test_common(void);
+
 int test_pci_run;
 
 #endif