Adding a "cmdline" category to the test suite



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@184155 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/dotest.py b/test/dotest.py
index 9bf1cba..4c91a4a 100755
--- a/test/dotest.py
+++ b/test/dotest.py
@@ -80,7 +80,8 @@
 'expression':'Tests related to the expression parser',
 'objc':'Tests related to the Objective-C programming language support',
 'pyapi':'Tests related to the Python API',
-'basic_process': 'Basic process execution sniff tests.'
+'basic_process': 'Basic process execution sniff tests.',
+'cmdline' : 'Tests related to the LLDB command-line interface'
 }
 
 # The test suite.