test/bitops: add bit operations test case
[dpdk.git] / app / test / autotest_data.py
index 7b1d013..fc3fcc1 100644 (file)
@@ -404,6 +404,12 @@ parallel_test_list = [
         "Func":    default_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "Bitops test",
+        "Command": "bitops_test",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
     {
         "Name":    "Hash multiwriter autotest",
         "Command": "hash_multiwriter_autotest",