GildedRose-Refactoring-Kata/GildedRose/C
2013-03-27 14:01:42 +00:00
..
GildedRose.c ported the C++ version in C 2012-08-17 11:31:01 +02:00
GildedRose.h ported the C++ version in C 2012-08-17 11:31:01 +02:00
GildedRoseTextTests.c ported the C++ version in C 2012-08-17 11:31:01 +02:00
GildedRoseUnitTests.cc ported the C++ version in C 2012-08-17 11:31:01 +02:00
Makefile Remove the dependency on the CppUTestExt library as this doesn't seem to be built by the current CppUTest distribution. 2013-03-27 14:01:42 +00:00
README ported the C++ version in C 2012-08-17 11:31:01 +02:00
run-once.sh ported the C++ version in C 2012-08-17 11:31:01 +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