GildedRose-Refactoring-Kata/GildedRose/cpp
2012-03-28 15:02:21 +02:00
..
GildedRose.cc
GildedRose.h
GildedRoseTextTests.cc updating python, Java and cpp versions to all work with the same texttests 2012-03-28 15:02:21 +02:00
GildedRoseUnitTests.cc
Makefile
README
run-once.sh

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.