GildedRose-Refactoring-Kata/cpp/GildedRoseApprovalMain.cc
Anders Arnholm c503bf8a2b Add Approval Tests for cpp
* Add testcase using https://github.com/approvals/ApprovalTests.cpp and google test.
* Change google test to be downloaded if not installed with cmake
* Add a run-once-cmake.sh script to build and test with cmake
* Add a run-approval-once.sh script to build and run approval test
2018-10-13 15:55:30 +02:00

3 lines
66 B
C++

#define APPROVALS_GOOGLETEST
#include "ApprovalTests.v.2.0.0.hpp"