From 2b89a6a931b0b0d9c3cdc82e7512173c8814b45d Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 21 Oct 2003 19:35:06 +0000 Subject: [PATCH] Adding information on what testing support is provided by the LLVM build system. Currently, it is not much. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9348 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Projects.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/Projects.html b/docs/Projects.html index 8652f374e7a..5de4b58670e 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -188,6 +188,40 @@ code for executables. For each program that you build, you will have one directory in tools that will contain that program's source code. +

+ +

test +
+ This subdirectory should contain tests that verify that your code + works correctly. Automated tests are especially useful. +

+ Currently, the LLVM build system provides little support for tests, + although some exists. Expanded support for tests will hopefully + occur in the future. In the meantime, the LLVM system does provide the + following: +

Typically, you will want to build your lib directory first