GildedRose-Refactoring-Kata/C
2018-12-02 20:39:39 +01:00
..
GildedRose.c 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.c 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.txt Renames README files consistently. 2018-12-02 20:39:39 +01: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 CppUTest framework is in the directory CppUTest