GildedRose-Refactoring-Kata/C
2021-10-12 11:19:56 +02:00
..
GildedRose.c added print function 2021-10-12 08:14:19 +02:00
GildedRose.h added print function 2021-10-12 08:14:19 +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 only need one item in array 2021-10-12 11:19:56 +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