aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-06-17 16:05:53 +0100
committerMarco Poletti <poletti.marco@gmail.com>2017-06-17 16:05:53 +0100
commita8fa8a9e4c6c8cc2094dd394d1d2d959e19e4697 (patch)
treeecef420a47525b36055651562a952aebc75d7f84 /CONTRIBUTING.md
parent65265737154e1bd0921446d631a9aee26434fe67 (diff)
downloadgoogle-fruit-a8fa8a9e4c6c8cc2094dd394d1d2d959e19e4697.tar.gz
Update the documentation on how to run Fruit's tests on Windows.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6b5391c..c943a87 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -136,9 +136,7 @@ To do so:
* In Visual Studio, open the Output view (from the menu: View -> Output) and select "CMake" in the "Show output from:" dropdown menu.
* Scroll to the beginning of that view. You should see two lines starting with "Command line" and "Working directory" respectively.
* Cd to that working directory in the shell. For example, if the path in the "Working directory" line is `C:\Users\Marco\AppData\Local\CMakeBuild\fa17dda0-4eec-6438-a358-e1253b7e86ff\build\x64-Debug`, you can run `cd "C:\Users\Marco\AppData\Local\CMakeBuild\fa17dda0-4eec-6438-a358-e1253b7e86ff\build\x64-Debug"`.
-* Cd to the `tests` subdirectory (`cd tests`)
-* From the "Command line" that we saw earlier in Visual Studio, copy the path where `cmake.exe` resides
-* In the shell, run pytest, e.g. `py.test -n 12`.
+* Then run pytest, e.g. `py.test -n auto`.
### Sending pull requests