diff options
| -rw-r--r-- | clang/www/hacking.html | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/clang/www/hacking.html b/clang/www/hacking.html index e0d2ce4b72b..978c99f1413 100644 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -185,6 +185,10 @@   (path to llvm)/llvm/tools/clang/test    </tt> +  <p>For CMake builds e.g. on Windows with Visual Studio, you will need +  to specify your build configuration (Debug, Release, etc.) via +  <tt>--param=build_config=(build config)</tt>.</p> +    <p>To run a single test:</p>    <tt> | 

