# llvm-lnt **Repository Path**: kulikov-ivan/llvm-lnt ## Basic Information - **Project Name**: llvm-lnt - **Description**: Fork of llvm-lnt - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-27 - **Last Updated**: 2024-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 both Python 2 and Python 3, it also checks code style.