CS 372 - TDD Kata

Bradley Morton and Charles Emerson

Introduction

The String Calculator Kata here.

Steps to compile (Note that this method requires cmake 2.6 or later to be installed and the Catch2 header)

  1. Download the Catch2 single-header catch.hpp into /include.
  2. Create a new folder in the project folder called 'build'.
  3. Navigate into /build.
  4. 'cmake ..'
  5. 'make'
  6. Run './main.out'