Skip to content

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.

Initial setup

To build the test adapter the following one-time setup steps need to be taken:

  1. Ensure TestAdapterFlavor.props is set to the desired value.
  2. In Visual Studio's "Developer Command Prompt" execute msbuild ResolveTTs.proj.
  3. Follow additional instructions in GoogleTestAdapter\DiaResolver\README.md.
  4. (Optionally) Build googletest NuGet packages.

Building googletest NuGet packages

To build the Google Test NuGet packages the following steps need to be taken:

  1. Fetch Git submodules: git submodule init followed by git submodule update.
  2. Restore NuGet Packages for GoogleTestAdapter.sln.
  3. In Visual Studio's "Developer Command Prompt" execute:
  • cd GoogleTestNuGet
  • powershell .\Build.ps1

Clone this wiki locally