Home | History | Annotate | Download | only in docs

Lines Matching full:suite

36 The whole programs tests are referred to as the "LLVM test suite" (or
37 "test-suite") and are in the ``test-suite`` module in subversion. For
39 tests" in places, which is less ambiguous than "test-suite" and remains
56 ``test-suite``
59 The test suite contains whole programs, which are pieces of code which
74 The test-suite is located in the ``test-suite`` Subversion module.
79 The test suite contains tests to check quality of debugging information.
84 test suite for more information . This test suite is located in the
95 The more comprehensive test suite that includes whole programs in C and C++
96 is in the ``test-suite`` module. See :ref:`test-suite Quickstart
97 <test-suite-quickstart>` for more information on running these tests.
457 ``test-suite`` Overview
460 The ``test-suite`` module contains a number of programs that can be
461 compiled and executed. The ``test-suite`` includes reference outputs for
465 ``test-suite`` tests are divided into three types of tests: MultiSource,
468 - ``test-suite/SingleSource``
475 - ``test-suite/MultiSource``
481 - ``test-suite/External``
491 .. _test-suite-quickstart:
493 ``test-suite`` Quickstart
496 The modern way of running the ``test-suite`` is focused on testing and
500 For more information on using LNT to execute the ``test-suite``, please
504 ``test-suite`` Makefiles
507 Historically, the ``test-suite`` was executed using a complicated setup
514 For more information on the ``test-suite`` Makefile setup, please see
515 the :doc:`Test Suite Makefile Guide <TestSuiteMakefileGuide>`.