test/mcslock: add MCS queued lock unit test
[dpdk.git] / app / test / autotest_data.py
index 7e67e98..7405149 100644 (file)
@@ -176,6 +176,12 @@ parallel_test_list = [
         "Func":    ticketlock_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "MCSlock autotest",
+        "Command": "mcslock_autotest",
+        "Func":    mcslock_autotest,
+        "Report":  None,
+    },
     {
         "Name":    "Byte order autotest",
         "Command": "byteorder_autotest",