summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-28 00:09:30 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-28 00:09:30 +0000
commit8c8d1aaf3b776095d1fe5018d4b16622b46d4e12 (patch)
tree108e2c84866bde6e2eb5b4f763943d48c148709e /www
parente4ff347b72eac564821263ba25adef961fbc4d1d (diff)
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
Diffstat (limited to 'www')
-rw-r--r--www/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 849375240..31257d3c2 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>