An open API service indexing awesome lists of open source software.

https://github.com/llvm/llvm-lnt


https://github.com/llvm/llvm-lnt

Last synced: about 1 year ago
JSON representation

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.