[Lldb-commits] [PATCH] D46005: [test] Add a utility for dumping all tests in the dotest suite

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 24 10:00:06 PDT 2018


zturner added a comment.

Actually, for the first case, I'm thinking we can extend lit to support somethign like per-directory set up.  Like if there is a file present called `lit.init.cfg`, then this file contains some code that is run once per directory before any of the tests.  Then we could still split up the test cases into multiple ones and parallelize finer.


https://reviews.llvm.org/D46005





More information about the lldb-commits mailing list