diff options
| -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> |

