[Docs] Document forwarding arguments with lit
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 25 Sep 2019 16:14:26 +0000 (16:14 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 25 Sep 2019 16:14:26 +0000 (16:14 +0000)
Explain how to forward arguments to dotest.py from lit.

llvm-svn: 372894

lldb/docs/resources/test.rst

index 3a4f210..2305aef 100644 (file)
@@ -133,6 +133,14 @@ LIT can also filter based on test name.
    > ./bin/llvm-lit -sv tools/lldb/lit --filter CommandScriptImmediateOutput
 
 
+It is also possible to forward arguments to dotest.py by passing ``--param`` to
+lit and setting a value for ``dotest-args``.
+
+::
+
+   > ./bin/llvm-lit -sv tools/lldb/lit --param dotest-args='-C gcc'
+
+
 Running the Test Suite Remotely
 -------------------------------