Added business date arithmetic functions

This commit is contained in:
Sudhir Shenoy 2017-07-24 20:30:30 +09:00
parent cbf2e8db5d
commit 844047d1e7
3 changed files with 129 additions and 5 deletions

View file

@ -45,7 +45,8 @@
(:file "print-date")
(:file "date-arith")
(:file "holidays")
(:file "calendar")))
(:file "calendar")
(:file "bus-date-arith")))
(defsystem :cl-dates-test
:description "Date-time library tests"