diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-11-22 19:40:34 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-11-22 19:40:34 +0000 |
| commit | fe8572bc1111fbb982c4244e9cc2a383862a30dd (patch) | |
| tree | efa8ccd621ef4d5066d610dca5b1c752370bd941 | |
| parent | 9fe98cc3ebc2b1d4f6d828dfb1cea0f34d02bbb6 (diff) | |
| download | bcm5719-llvm-fe8572bc1111fbb982c4244e9cc2a383862a30dd.tar.gz bcm5719-llvm-fe8572bc1111fbb982c4244e9cc2a383862a30dd.zip | |
www: Document how to run 'make polly-test' for autoconf build
llvm-svn: 145075
| -rw-r--r-- | polly/www/get_started.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/polly/www/get_started.html b/polly/www/get_started.html index a6770425769..d5e1fd47b02 100644 --- a/polly/www/get_started.html +++ b/polly/www/get_started.html @@ -147,8 +147,9 @@ make <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> |

