unittest: add clib_count_equal_u8/16/32/64 tests
[vpp.git] / test / test_string.py
index ed7b8cd..51c6a14 100644 (file)
@@ -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)