GildedRose-Refactoring-Kata/Tennis/cpp/defactored3
2012-01-04 19:52:03 +01:00
..
Makefile version of three exercises, in c++ 2012-01-04 09:53:16 +01:00
README version of three exercises, in c++ 2012-01-04 09:53:16 +01:00
run-once.sh version of three exercises, in c++ 2012-01-04 09:53:16 +01:00
Tennis.cc On closer examination of the rules I notice Forty-All should in fact be Deuce 2012-01-04 19:52:03 +01:00

These files were created:
  README is what you are currently reading
  run-once.sh runs your tests once
  run-endless.sh runs your tests endlessly via run-once.sh

Run run-endless.sh and start your kata. (On Mac/Linux you have to call ./run-endless.sh.)

Assumptions:
  - make and a C++ compiler (like gcc) is installed on your system and is in the PATH
  - The GTest framework is in the directory gtest.
  - If your IDE does the compilation and linking, you should remove the first 3 lines
    in the run-once.sh file.

The support for C++/GTest was contributed by Stefan Roock.