| commit | 8c8d1aaf3b776095d1fe5018d4b16622b46d4e12 | [log] [tgz] |
|---|---|---|
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | Wed Oct 28 00:09:30 2009 +0000 |
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | Wed Oct 28 00:09:30 2009 +0000 |
| tree | 108e2c84866bde6e2eb5b4f763943d48c148709e | |
| parent | e4ff347b72eac564821263ba25adef961fbc4d1d [diff] [blame] |
Update web docs for cmake test suit, comment out broken test. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85350 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/index.html b/www/index.html index 8493752..31257d3 100644 --- a/www/index.html +++ b/www/index.html
@@ -126,6 +126,9 @@ <li>cd build</li> <li>cmake ../compiler-rt</li> <li>make</li> + <li>To run the Compiler-RT Test Suit (recommended):</li> + <li>ctest</li> + <li>To Install:</li> <li>make install</li> </ul>