Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Unittest Project Setup
This page serves to describe the initial test project setup within the KRAKEN client project.
Copy \\fs-01\share\Google\GoogleTest\gtest-1.7.0.zip to <TBD> on the KRAKEN client development VM
Extract to <TBD>
Open the KRAKEN client project in Visual Studio
Select Visual Studio 2013->File->Add->Existing Project... and add gtest-1.7.0\msvc\gtest-md.sln
Create a new project (Win32 Console Application) with _tests appended to the name
- Right click the new project in the solutions explorer
> Add>References...