/Catch2GMockDemo

Catch2 GMock Integration demo

Primary LanguageC++MIT LicenseMIT

Introduction

This is demo app to integrate Catch2 with GMock

git submodule add https://github.com/google/googletest.git

git submodule add https://github.com/catchorg/Catch2.git

Downloading

Building

  • cd Catch2GMockDemo
  • mkdir build
  • cd build
  • cmake ..
  • make

Running app

  • pwd (should be build)
  • ./demo

Running unit-tests

  • pwd (should be build)
  • ./demo test