GildedRose-Refactoring-Kata/cpp
2013-06-10 14:42:41 +02:00
..
GildedRose.cc Removed all the code except for the GildedRose kata from this repo 2013-06-10 14:42:41 +02:00
GildedRose.h Removed all the code except for the GildedRose kata from this repo 2013-06-10 14:42:41 +02:00
GildedRoseTextTests.cc Removed all the code except for the GildedRose kata from this repo 2013-06-10 14:42:41 +02:00
GildedRoseUnitTests.cc Removed all the code except for the GildedRose kata from this repo 2013-06-10 14:42:41 +02:00
Makefile Removed all the code except for the GildedRose kata from this repo 2013-06-10 14:42:41 +02:00
README Removed all the code except for the GildedRose kata from this repo 2013-06-10 14:42:41 +02:00
run-once.sh Removed all the code except for the GildedRose kata from this repo 2013-06-10 14:42:41 +02:00

run-once.sh runs your tests once

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.