lit


Namelit JSON
Version 18.1.1 PyPI version JSON
download
home_pagehttp://llvm.org
SummaryA Software Testing Tool
upload_time2024-03-12 15:34:02
maintainer
docs_urlNone
authorDaniel Dunbar
requires_python
licenseApache-2.0 with LLVM exception
keywords test c++ automatic discovery
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================
 lit - A Software Testing Tool
===============================

About
=====

*lit* is a portable tool for executing LLVM and Clang style test suites,
summarizing their results, and providing indication of failures. *lit* is
designed to be a lightweight testing tool with as simple a user interface as
possible.


Features
========

 * Portable!
 * Flexible test discovery.
 * Parallel test execution.
 * Support for multiple test formats and test suite designs.


Documentation
=============

The official *lit* documentation is in the man page, available online at the LLVM
Command Guide: http://llvm.org/cmds/lit.html.


Source
======

The *lit* source is available as part of LLVM, in the LLVM source repository:
https://github.com/llvm/llvm-project/tree/main/llvm/utils/lit


Contributing to lit
===================

Please browse the issues labeled *tools:llvm-lit* in LLVM's issue tracker for
ideas on what to work on:
https://github.com/llvm/llvm-project/labels/tools%3Allvm-lit

Before submitting patches, run the test suite to ensure nothing has regressed::

    # From within your LLVM source directory.
    utils/lit/lit.py \
        --path /path/to/your/llvm/build/bin \
        utils/lit/tests

Note that lit's tests depend on ``not`` and ``FileCheck``, LLVM utilities.
You will need to have built LLVM tools in order to run lit's test suite
successfully.

You'll also want to confirm that lit continues to work when testing LLVM.
Follow the instructions in http://llvm.org/docs/TestingGuide.html to run the
regression test suite:

    make check-llvm

And be sure to run the llvm-lit wrapper script as well:

    /path/to/your/llvm/build/bin/llvm-lit utils/lit/tests

Finally, make sure lit works when installed via setuptools:

    python utils/lit/setup.py install
    lit --path /path/to/your/llvm/build/bin utils/lit/tests


            

Raw data

            {
    "_id": null,
    "home_page": "http://llvm.org",
    "name": "lit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "test C++ automatic discovery",
    "author": "Daniel Dunbar",
    "author_email": "daniel@minormatter.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/77/2949345d1bab3ac2513377561cc823f96dcbc76fd9133b9ea8a824e75a5f/lit-18.1.1.tar.gz",
    "platform": null,
    "description": "===============================\n lit - A Software Testing Tool\n===============================\n\nAbout\n=====\n\n*lit* is a portable tool for executing LLVM and Clang style test suites,\nsummarizing their results, and providing indication of failures. *lit* is\ndesigned to be a lightweight testing tool with as simple a user interface as\npossible.\n\n\nFeatures\n========\n\n * Portable!\n * Flexible test discovery.\n * Parallel test execution.\n * Support for multiple test formats and test suite designs.\n\n\nDocumentation\n=============\n\nThe official *lit* documentation is in the man page, available online at the LLVM\nCommand Guide: http://llvm.org/cmds/lit.html.\n\n\nSource\n======\n\nThe *lit* source is available as part of LLVM, in the LLVM source repository:\nhttps://github.com/llvm/llvm-project/tree/main/llvm/utils/lit\n\n\nContributing to lit\n===================\n\nPlease browse the issues labeled *tools:llvm-lit* in LLVM's issue tracker for\nideas on what to work on:\nhttps://github.com/llvm/llvm-project/labels/tools%3Allvm-lit\n\nBefore submitting patches, run the test suite to ensure nothing has regressed::\n\n    # From within your LLVM source directory.\n    utils/lit/lit.py \\\n        --path /path/to/your/llvm/build/bin \\\n        utils/lit/tests\n\nNote that lit's tests depend on ``not`` and ``FileCheck``, LLVM utilities.\nYou will need to have built LLVM tools in order to run lit's test suite\nsuccessfully.\n\nYou'll also want to confirm that lit continues to work when testing LLVM.\nFollow the instructions in http://llvm.org/docs/TestingGuide.html to run the\nregression test suite:\n\n    make check-llvm\n\nAnd be sure to run the llvm-lit wrapper script as well:\n\n    /path/to/your/llvm/build/bin/llvm-lit utils/lit/tests\n\nFinally, make sure lit works when installed via setuptools:\n\n    python utils/lit/setup.py install\n    lit --path /path/to/your/llvm/build/bin utils/lit/tests\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 with LLVM exception",
    "summary": "A Software Testing Tool",
    "version": "18.1.1",
    "project_urls": {
        "Homepage": "http://llvm.org"
    },
    "split_keywords": [
        "test",
        "c++",
        "automatic",
        "discovery"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e772949345d1bab3ac2513377561cc823f96dcbc76fd9133b9ea8a824e75a5f",
                "md5": "11f95a8a8770dd5d1a05d0f3fb63ccbf",
                "sha256": "b687537151649101f9802b22615ffdd97e1ee90c07119129af09bf2bdca23472"
            },
            "downloads": -1,
            "filename": "lit-18.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "11f95a8a8770dd5d1a05d0f3fb63ccbf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 161075,
            "upload_time": "2024-03-12T15:34:02",
            "upload_time_iso_8601": "2024-03-12T15:34:02.502791Z",
            "url": "https://files.pythonhosted.org/packages/6e/77/2949345d1bab3ac2513377561cc823f96dcbc76fd9133b9ea8a824e75a5f/lit-18.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 15:34:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lit"
}
        
Elapsed time: 0.22111s