Split out period module.
This commit is contained in:
parent
8cc6b8ac43
commit
30be540f09
3 changed files with 184 additions and 131 deletions
|
@ -26,7 +26,8 @@
|
|||
(import testing
|
||||
listing
|
||||
dictionary
|
||||
month)
|
||||
month
|
||||
period)
|
||||
|
||||
;; Print banner
|
||||
(print "brmsaptool 0.2 (c) 2023 Brmlab, z.s.")
|
||||
|
@ -36,4 +37,5 @@
|
|||
(listing-tests!)
|
||||
(dictionary-tests!)
|
||||
(month-tests!)
|
||||
(period-tests!)
|
||||
(newline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue