GildedRose-Refactoring-Kata/c-check
2017-03-10 19:22:12 -05:00
..
GildedRose.c Added C and check library version 2017-03-10 19:22:12 -05:00
GildedRose.h Added C and check library version 2017-03-10 19:22:12 -05:00
GildedRose.o Added C and check library version 2017-03-10 19:22:12 -05:00
GildedRoseTextTests.c Added C and check library version 2017-03-10 19:22:12 -05:00
GildedRoseTextTests.o Added C and check library version 2017-03-10 19:22:12 -05:00
golden_rose Added C and check library version 2017-03-10 19:22:12 -05:00
Makefile Added C and check library version 2017-03-10 19:22:12 -05:00
README Added C and check library version 2017-03-10 19:22:12 -05:00
run-once.sh Added C and check library version 2017-03-10 19:22:12 -05: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