summaryrefslogtreecommitdiffstats
path: root/src/vppinfra/vector/test/count_equal.c
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2021-12-02 11:28:57 +0100
committerOle Tr�an <otroan@employees.org>2021-12-02 16:19:17 +0000
commit3323e2018d6d736a25b15902bc85f559ea98adb5 (patch)
treea00515198ef534c14c1df1fb5dc69c2cc8e55929 /src/vppinfra/vector/test/count_equal.c
parente893beab2713a7fa1b8d5e9567b7c004e625fec6 (diff)
vppinfra: add perf testing to test_vector_func
Type: improvement Change-Id: I7aacd58d113c13036c15655817400032dd8d1932 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vppinfra/vector/test/count_equal.c')
-rw-r--r--src/vppinfra/vector/test/count_equal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vppinfra/vector/test/count_equal.c b/src/vppinfra/vector/test/count_equal.c
index 1ca9735af4b..c57b0275984 100644
--- a/src/vppinfra/vector/test/count_equal.c
+++ b/src/vppinfra/vector/test/count_equal.c
@@ -9,8 +9,8 @@
#define foreach_clib_count_equal(type) \
typedef uword (wrapper_fn_##type) (type * a, uword maxcount); \
\
- __clib_test_fn uword clib_count_equal_##type##_wrapper (type *a, \
- uword maxcount) \
+ __test_funct_fn uword clib_count_equal_##type##_wrapper (type *a, \
+ uword maxcount) \
{ \
return clib_count_equal_##type (a, maxcount); \
} \