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. +
+ +
+ 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: +
+ +
+ Currently, there is no way to hook your tests directly into the + llvm/test/Programs testing harness. You will simply + need to find a way to use the source provided within that directory + on your own. +