Finish splitting dir from base.

This commit is contained in:
Dominik Pantůček 2023-03-29 20:22:32 +02:00
parent 3693b9860d
commit 3c1a75eb9d
4 changed files with 18 additions and 12 deletions

View file

@ -41,7 +41,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
cards
member-print
member-parser
member-fees)
member-fees
members-dir)
;; Print banner
(print "bbstool 0.5 (c) 2023 Brmlab, z.s.")
@ -100,7 +101,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
(utils-tests!)
(ansi-tests!)
(command-line-tests!)
(members-base-tests!)
(members-dir-tests!)
(primes-tests!)
(member-record-tests!)
(member-parser-tests!)