From f3ae9e32664ccc3ce0980fcafee9453a3c0cef9b Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Mon, 20 Jul 2020 18:07:49 +0200 Subject: unittest: add clib_count_equal_u8/16/32/64 tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Type: test Change-Id: I490c1b1a2fa49badda038e6be014c77b9bee6c56 Signed-off-by: Benoît Ganne --- test/test_string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_string.py') diff --git a/test/test_string.py b/test/test_string.py index ed7b8cdf88d..51c6a141402 100644 --- a/test/test_string.py +++ b/test/test_string.py @@ -33,7 +33,7 @@ class TestString(VppTestCase): "memcmp_s", "memcpy_s", "memset_s ", "strcat_s", "strcmp_s", "strcpy_s", "strncat_s", "strncmp_s", "strncpy_s", - "strnlen_s", "strstr_s", "strtok_s"] + "strnlen_s", "strstr_s", "strtok_s", "clib_count_equal"] for name in names: error = self.vapi.cli("test string " + name) -- cgit 1.2.3-korg