mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-15 02:16:40 +00:00

Lit TestFormat classes already needed to implement the getTestsInDirectory method. However, some test formats may want to expand a single test path to multiple Lit tests, for example in the case of a test that actually generates other Lit tests. To accommodate that, this commit adds the getTestsForPath method to TestFormat. This method can be used to turn a single path in a Lit test suite into a list of tests associated to that path. Differential Revision: https://reviews.llvm.org/D151664
============== lit Examples ============== This directory contains examples of 'lit' test suite configurations. The test suites they define can be run with 'lit examples/example-name', for more details see the README in each example.