commit | a57eea6c83bade3d4cebce828f04ddd9b14b1060 | [log] [tgz] |
---|---|---|
author | Jon Roelofs <jonathan_roelofs@apple.com> | Fri Apr 25 10:56:36 2025 -0700 |
committer | Jon Roelofs <jroelofs@gmail.com> | Fri Apr 25 10:57:21 2025 -0700 |
tree | 9f76ddc5cd80cd76ba28f680124aec0746594ebe | |
parent | e7d5e9f6ec002f14ab5e2aed6e7325d438cafb31 [diff] |
All llvm projects moved to github quite a while ago
This directory and its subdirectories contain the LLVM nightly test infrastructure. This is technically version “4.0” of the LLVM nightly test architecture.
The infrastructure has the following layout:
$ROOT/lnt - Top-level Python ‘lnt’ module
$ROOT/lnt/server/db - Database schema, utilities, and examples of the LNT plist format.
$ROOT/docs - Sphinx documentation for LNT.
$ROOT/tests - Tests for the infrastructure.
For more information, see the web documentation, or docs/.
Testing is done by running tox from the top-level directory. It runs the tests for Python 3 and checks code style.