[llvm-commits] [polly] r145075 - /polly/trunk/www/get_started.html

Tobias Grosser grosser at fim.uni-passau.de
Tue Nov 22 11:40:34 PST 2011


Author: grosser
Date: Tue Nov 22 13:40:34 2011
New Revision: 145075

URL: http://llvm.org/viewvc/llvm-project?rev=145075&view=rev
Log:
www: Document how to run 'make polly-test' for autoconf build

Modified:
    polly/trunk/www/get_started.html

Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=145075&r1=145074&r2=145075&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Tue Nov 22 13:40:34 2011
@@ -147,8 +147,9 @@
 
 <h2> Test Polly</h2>
 
-To check if Polly works correctly you can run <em>make polly-test</em>. This
-currently works only with a cmake build.
+To check if Polly works correctly you can run <em>make polly-test</em> for the
+cmake build or <em>make polly-test -C tools/polly/test/</em> for the autoconf
+build.
 </div>
 </body>
 </html>





More information about the llvm-commits mailing list