Skip to content

essamabas/TestGTestCygwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Test/Mock Cygwin Eclipse Starter - Instructions for Windows Users

Basic template for C++ development using Google Test/Mock and Cygwin With Eclipse-CDT.

Usage

  1. Install Cygwin as described in this blog Alt text
  2. Install latest Eclipse-CDT
  3. Download latest Google-Test
a. Open Cygwin (find the install directory for Cygwin and double-click on Cygwin.bat).
b. Change the current working directory to the unzipped GoogleTest make directory: cd c:/<<yourpath>>/gtest-1.7.0/make/
c. Build the project: make
d. Create an archived library out of the gtest-all.o file: ar -rv libgtest.a gtest-all.o
  1. Clone this repository with git clone ..
  2. Open the Project with Eclipse and configure the setting as in: Alt text Alt text

About

Starter Eclipse Project to work with Google Test in Eclipse using Cygwin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published