config: fix combined/shared lib
[dpdk.git] / app / test / test.h
old mode 100755 (executable)
new mode 100644 (file)
index 7402396..71d87d1
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without
@@ -43,6 +43,8 @@
 
 extern const char *prgname;
 
+#include <cmdline_parse.h>
+
 extern cmdline_parse_ctx_t main_ctx[];
 
 int main(int argc, char **argv);
@@ -64,6 +66,7 @@ int test_mempool(void);
 int test_mempool_perf(void);
 int test_mbuf(void);
 int test_timer(void);
+int test_timer_perf(void);
 int test_malloc(void);
 int test_memcpy(void);
 int test_memcpy_perf(void);
@@ -87,11 +90,11 @@ 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_acl(void);
 int test_kni(void);
 int test_power(void);
 int test_common(void);
+int test_pmd_ring(void);
 
 int test_pci_run;