<–back
Overview
These instructions assume you have already followed these instructions.
Instructions
- Download CppUTest (as of this writing, I’m using version 3.1.
- Extract the zip somewhere. I’m usingc:\learncpp\cpputest for these instructions.
- Start a command shell.
- Go to where you extracted the files, which in my case is:
C:\learncpp\cpputest**
- Make using make:
<–back
Comments