Split out month module.
This commit is contained in:
parent
ecb1fb6264
commit
8cc6b8ac43
3 changed files with 149 additions and 104 deletions
|
@ -25,12 +25,15 @@
|
|||
|
||||
(import testing
|
||||
listing
|
||||
dictionary)
|
||||
dictionary
|
||||
month)
|
||||
|
||||
;; Print banner
|
||||
(print "brmsaptool 0.1 (c) 2023 Brmlab, z.s.")
|
||||
(print "brmsaptool 0.2 (c) 2023 Brmlab, z.s.")
|
||||
(newline)
|
||||
|
||||
;; Run tests
|
||||
(listing-tests!)
|
||||
(dictionary-tests!)
|
||||
(month-tests!)
|
||||
(newline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue