Add skeleton of members base.
This commit is contained in:
parent
9564563199
commit
98a772cee9
4 changed files with 59 additions and 12 deletions
|
@ -23,15 +23,6 @@
|
|||
;; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
;;
|
||||
|
||||
;(declare (uses testing
|
||||
; listing
|
||||
; dictionary
|
||||
; month
|
||||
; period
|
||||
; member-file
|
||||
; command-line
|
||||
; ansi))
|
||||
|
||||
(import testing
|
||||
listing
|
||||
dictionary
|
||||
|
@ -39,7 +30,8 @@
|
|||
period
|
||||
member-file
|
||||
command-line
|
||||
ansi)
|
||||
ansi
|
||||
members-base)
|
||||
|
||||
;; Print banner
|
||||
(print "brmsaptool 0.2 (c) 2023 Brmlab, z.s.")
|
||||
|
@ -53,6 +45,7 @@
|
|||
(ansi-tests!)
|
||||
(member-file-tests!)
|
||||
(command-line-tests!)
|
||||
(members-base-tests!)
|
||||
(newline)
|
||||
|
||||
(command-line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue