Clone this repo:
  1. fab0b1d Fix lnt startup crash on Windows (#32) by Omair Javaid · 2 weeks ago main
  2. 5b02472 Bump SQLAlchemy==1.3.24 to support lnt on Windows (#33) by Omair Javaid · 2 weeks ago
  3. d6a7c2c Merge pull request #31 from omjavaid/fix_usemake_ninja by Omair Javaid · 3 weeks ago
  4. 1909e5a Fix missed change of cmake_flags by Muhammad Omair Javaid · 4 weeks ago
  5. d5c039d Automatically set Ninja generator for --use-make=ninja by Muhammad Omair Javaid · 4 weeks ago

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.