Added test-hols
This commit is contained in:
parent
e229b5c309
commit
14e8cd5a7c
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@
|
||||||
(date-arith-360)
|
(date-arith-360)
|
||||||
(date-arith-act-act)
|
(date-arith-act-act)
|
||||||
(print-fns)
|
(print-fns)
|
||||||
(parse-dates))))
|
(parse-dates)
|
||||||
|
(holiday-tests))))
|
||||||
(unless (zerop *total-tests*)
|
(unless (zerop *total-tests*)
|
||||||
(format t "~d tests executed - ~d passed (~,2f%)~%"
|
(format t "~d tests executed - ~d passed (~,2f%)~%"
|
||||||
*total-tests* (- *total-tests* *failed-tests*)
|
*total-tests* (- *total-tests* *failed-tests*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue