pkgsrc-wip/py-llvm-lit-netbsd/DESCR
Kamil Rytarowski 3b64d56ee4 *llvm*-netbsd: *clang*-netbsd: Prepare for better tests infrastructure
- Add initial package for LLVM lit, this is utility needed for tests
  in Clang.
- Split LLVM into llvm and py-llvm-lit.
- Drop local patch that was aimed to unbreak LLD on NetBSD, it has
  to be redone and it used to break some tests.

Sponsored by <The NetBSD Foundation>
2017-06-12 01:04:56 +02:00

8 lines
388 B
Plaintext

lit is a portable tool for executing LLVM and Clang style test suites,
summarizing their results, and providing indication of failures. lit is
designed to be a lightweight testing tool with as simple a user interface as
possible.
lit should be run with one or more tests to run specified on the command line.
Tests can be either individual test files or directories to search for tests.