https://github.com/llvm/llvm-lnt
https://github.com/llvm/llvm-lnt
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/llvm/llvm-lnt
- Owner: llvm
- License: other
- Created: 2019-01-09T20:13:13.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T20:33:11.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:32:32.518Z (over 1 year ago)
- Language: Python
- Size: 3.87 MB
- Stars: 27
- Watchers: 370
- Forks: 26
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
LLVM "Nightly Test" Infrastructure
==================================
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
=======
Testing is done by running tox from the top-level directory. It runs the tests
for Python 3 and checks code style.