MrApe / catchTutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catch Test Turotrial für den PLri Testing Workshop

requires

it needs catch ..obviously

	wget -O include/catch.hpp https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp

build

build it with

c++ -Iinclude src/*.cpp -o doctor

test

build the tests with

c++ -Iinclude -Isrc test/*.cpp -o doctorTest 

run

the program

./doctor

the tests

./doctorTest -a -s

with all possible options defined in catch

About


Languages

Language:C++ 100.0%