On 11/02/2019 10:33, Omair Javaid via lldb-dev wrote:
Hi

I am new to LIT and looking to run lldb testsuite in remote target
configuration via lit (ninja check-lldb). Also I am looking to
restrict check-lldb to run a specified number of threads at a time,
something similar to LLDB_TEST_THREADS=8 used with dotest.py.
Please share remote testing setup if someone has done it already.

Thanks!


Hi Omair,

I am not aware of anyone doing the remote test stuff, but specifying the number of tests to run in parallel should be as simple as adding `--threads N` to the lit invocation.

cheers,
pl
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to