GildedRose-Refactoring-Kata/GildedRose/cpp
2012-02-25 09:14:10 +01:00
..
GildedRose.cc Moved GildedRose implementation to new file GildedRose.cc 2012-02-25 09:14:10 +01:00
GildedRose.h Moved GildedRose implementation to new file GildedRose.cc 2012-02-25 09:14:10 +01:00
GildedRoseUnitTests.cc Moved GildedRose implementation to new file GildedRose.cc 2012-02-25 09:14:10 +01:00
Makefile Moved GildedRose implementation to new file GildedRose.cc 2012-02-25 09:14:10 +01:00
README added supporting files for c++ 2012-01-15 20:40:56 +01:00
run-once.sh added supporting files for c++ 2012-01-15 20:40:56 +01: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.