GildedRose-Refactoring-Kata/Ada
2018-12-02 20:39:39 +01:00
..
.gitignore
gilded_rose_tester.adb
gilded_rose_tests.adb
gilded_rose_tests.ads
gilded_rose.adb
gilded_rose.ads
items.adb
items.ads
Makefile
program.adb
README.txt
ThirtyDays.txt

You will need the following programs:

  - GNU make (on Debian-like systems do 'apt-get install make')
  - gcc with Ada enabled ('apt-get install gnat')
  - the ahven unit-test framework ('apt-get install libahven5-dev')

'make test' runs your tests once.