Added tests for business day arithmetic

This commit is contained in:
Sudhir Shenoy 2017-08-03 22:59:57 +09:00
parent 3dedec1798
commit 41b7cf61f1
2 changed files with 96 additions and 1 deletions

View file

@ -83,7 +83,9 @@
(date-arith-act-act)
(print-fns)
(parse-dates)
(holiday-tests))))
(holiday-tests)
(bus-date-arith)
(schedule-generation))))
(unless (zerop *total-tests*)
(format t "~d tests executed - ~d passed (~,2f%)~%"
*total-tests* (- *total-tests* *failed-tests*)