forked from csoltenborn/GoogleTestAdapter
-
Notifications
You must be signed in to change notification settings - Fork 47
Development Knowledge Base
Łukasz Mendakiewicz edited this page Jul 16, 2017
·
5 revisions
Please refer to Development Knowledge Base in csoltenborn/GoogleTestAdapter repo for the baseline description. This page describes only the differences present in this fork.
To build the test adapter the following one-time setup steps need to be taken:
- Ensure
TestAdapterFlavor.propsis set to the desired value. - In Visual Studio's "Developer Command Prompt" execute
msbuild ResolveTTs.proj. - Follow additional instructions in
GoogleTestAdapter\DiaResolver\README.md. - (Optionally) Build googletest NuGet packages.
To build the Google Test NuGet packages the following steps need to be taken:
- Fetch Git submodules:
git submodule initfollowed bygit submodule update. - Restore NuGet Packages for
GoogleTestAdapter.sln. - In Visual Studio's "Developer Command Prompt" execute:
cd GoogleTestNuGetpowershell .\Build.ps1