New tests for day basis computations in diff-year
This commit is contained in:
parent
d8025983c1
commit
2942e2934e
2 changed files with 78 additions and 8 deletions
|
|
@ -77,11 +77,13 @@
|
|||
(*failed-tests* 0)
|
||||
(*verbose-results* verbose)
|
||||
(status (combine-results
|
||||
(julian)
|
||||
(misc-fns)
|
||||
(special-dates)
|
||||
(print-fns)
|
||||
(parse-dates))))
|
||||
(julian)
|
||||
(misc-fns)
|
||||
(special-dates)
|
||||
(date-arith-360)
|
||||
(date-arith-act-act)
|
||||
(print-fns)
|
||||
(parse-dates))))
|
||||
(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