summaryrefslogtreecommitdiffstats
path: root/src/vppinfra/vector/test/test.h
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2021-12-06 13:21:33 +0100
committerOle Tr�an <otroan@employees.org>2021-12-06 13:11:10 +0000
commit68843d1b6ce52315f8a3567537a3cb246c1ecf40 (patch)
treebe3373818cf6e74f7c7aa0f52d3220f127f81832 /src/vppinfra/vector/test/test.h
parentde3735f82862e5c3997550e6a5bcbf5adbfbba40 (diff)
vppinfra: add 'filter' option to test_vector_funcs
Type: improvement Change-Id: I5ed9029e5dc1368b7debbef04a3ac439a61af9ea Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vppinfra/vector/test/test.h')
-rw-r--r--src/vppinfra/vector/test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vppinfra/vector/test/test.h b/src/vppinfra/vector/test/test.h
index 5b26996551b..16622877c45 100644
--- a/src/vppinfra/vector/test/test.h
+++ b/src/vppinfra/vector/test/test.h
@@ -53,6 +53,7 @@ typedef struct
{
test_registration_t *registrations[CLIB_MARCH_TYPE_N_VARIANTS];
u32 repeat;
+ u8 *filter;
} test_main_t;
extern test_main_t test_main;