Add to dependencies as well.
This commit is contained in:
parent
d92ef2124c
commit
c122df4c9e
3 changed files with 17 additions and 6 deletions
|
@ -32,7 +32,8 @@
|
|||
command-line
|
||||
utils
|
||||
ansi
|
||||
members-base)
|
||||
members-base
|
||||
primes)
|
||||
|
||||
;; Print banner
|
||||
(print "brmsaptool 0.2 (c) 2023 Brmlab, z.s.")
|
||||
|
@ -48,6 +49,7 @@
|
|||
(member-file-tests!)
|
||||
(command-line-tests!)
|
||||
(members-base-tests!)
|
||||
(primes-tests!)
|
||||
(newline)
|
||||
|
||||
;; Command-line options and configurable parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue