An open API service indexing awesome lists of open source software.

https://github.com/akagi201/learning-gtest

Learning notes of Google C++ Testing Framework
https://github.com/akagi201/learning-gtest

cmake cpp gtest leanring makefile tutorial

Last synced: 7 months ago
JSON representation

Learning notes of Google C++ Testing Framework

Awesome Lists containing this project

README

          

# Learning GTest

[![Build Status](https://travis-ci.org/Akagi201/learning-gtest.svg)](https://travis-ci.org/Akagi201/learning-gtest)

Some simple samples to learn `Google C++ Testing Framework`.

## `make_sample`

A simple sample to integrate *`Makefile`* with `Google C++ Testing Framework`.

## `cmake_sample`

A simple sample to integrate *`CMake`* with `Google C++ Testing Framework`.

## Refs
*
*