- Install
cygwin64
- Install
gccandg++
-
Download google test https://github.com/google/googletest/releases
-
Unzip it
-
Build it
cd googletest # Main directory of the cloned repository. mkdir build # Create a directory to hold the build output. cd build cmake .. make -
Copy
includecontent to.lib/gtest -
Copy
libgtest.ato.lib
- Open google test file and press
F5in VSCode (it will triggerlunch.jsonlocated at.vscodedir)
./a.exe
-
Install Python 3
-
Install
virtualenvpip install virtualenv -
Create virtual environment
virtualenv .venv -
Activate virtual env
source .venv/Scripts/activate -
Install packages
pip install -i requirements.txt
pytest