Added tests for business day arithmetic
This commit is contained in:
parent
3dedec1798
commit
41b7cf61f1
2 changed files with 96 additions and 1 deletions
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue