Tilbage til slide -- Tastaturgenvej: 'u'  forrige -- Tastaturgenvej: 'p'  næste -- Tastaturgenvej: 'n'          errors/ad-hoc-unit-test/Days-in-month/1/compile-run-jan-30 - Oversættelse og kørsel af programmet - med forventing om 30 dage i januar.Lektion 7 - slide 17 : 25
Program 4

/* Tested with 30 expected days in January */

> gcc -c days-month-leap.c
> gcc days-month-leap.o all-tests.c -o all-tests
> ./all-tests.exe
assertion "actual == expected" failed: file "days-month-leap.c", line 29, function: testDaysInMonthJan
Aborted (core dumped)