Added test-hols

This commit is contained in:
Sudhir Shenoy 2017-07-22 09:53:42 +09:00
parent e229b5c309
commit 14e8cd5a7c

View file

@ -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*)