GildedRose-Refactoring-Kata/cpp-catch2
2020-06-08 13:58:55 +02:00
..
src new cpp version with just catch2 and approvals. Builds faster than the version in the cpp folder 2020-06-05 15:24:28 +02:00
test starting test should fail at the start 2020-06-08 13:58:55 +02:00
.gitignore new cpp version with just catch2 and approvals. Builds faster than the version in the cpp folder 2020-06-05 15:24:28 +02:00
CMakeLists.txt new cpp version with just catch2 and approvals. Builds faster than the version in the cpp folder 2020-06-05 15:24:28 +02:00
README.md new cpp version with just catch2 and approvals. Builds faster than the version in the cpp folder 2020-06-05 15:24:28 +02:00

C++ version of Gilded Rose with Catch 2 and Approvals

This is a C++ start of the ApprovalTest version of the Gilded Rose Refactoring Kata. See the top level readme for a general description of the exercise.

CMake

CMake is included in CLion from JetBrains. Without CMake files CLion has a hard time to handle c-projects.

To install CMake (if you don't use CLion) on macOS using brew

brew install cmake

Tested on CMake 3.15.3 (included with CLion 2019.3) on macOS