mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Just some slightly better wording (I guess?)
parent
a248b998c6
commit
d43c94b0e3
@ -10,8 +10,7 @@ The tests are located in the `Source/UnitTests` directory and use the [Google Te
|
|||||||
The UnitTests project is compiled as part of the normal build on Windows.
|
The UnitTests project is compiled as part of the normal build on Windows.
|
||||||
There are a few ways to run the tests:
|
There are a few ways to run the tests:
|
||||||
|
|
||||||
1. Using the [GoogleTest Runner](http://visualstudiogallery.msdn.microsoft.com/9dd47c21-97a6-4369-b326-c562678066f0) extension for Visual Studio in order to integrate tests into the Test Explorer.
|
1. Using the [GoogleTest Runner](http://visualstudiogallery.msdn.microsoft.com/9dd47c21-97a6-4369-b326-c562678066f0) extension for Visual Studio in order to integrate tests into the Test Explorer. This requires a version of Visual Studio that supports the use of extensions.
|
||||||
Requires a version of Visual Studio supporting extensions.
|
|
||||||
|
|
||||||
2. Invoking execution via msbuild with the `RunUnitTests` property, for example:
|
2. Invoking execution via msbuild with the `RunUnitTests` property, for example:
|
||||||
```
|
```
|
||||||
@ -19,7 +18,7 @@ Requires a version of Visual Studio supporting extensions.
|
|||||||
msbuild /v:m /m /p:Platform=x64 /p:Configuration=Release /p:RunUnitTests=true dolphin-emu.sln
|
msbuild /v:m /m /p:Platform=x64 /p:Configuration=Release /p:RunUnitTests=true dolphin-emu.sln
|
||||||
```
|
```
|
||||||
|
|
||||||
3. You can of course also go to the UnitTests build output directory and directly run the binary:
|
3. You can, of course, also go to the UnitTests build output directory and directly run the binary:
|
||||||
```
|
```
|
||||||
pushd Build\x64\Release\UnitTests\bin
|
pushd Build\x64\Release\UnitTests\bin
|
||||||
UnitTests
|
UnitTests
|
Loading…
x
Reference in New Issue
Block a user