Split out tests into separate module.
This commit is contained in:
parent
1aaf5e477a
commit
d9f8863c3e
3 changed files with 83 additions and 18 deletions
|
@ -50,7 +50,8 @@
|
|||
mailman
|
||||
util-set-list
|
||||
util-parser
|
||||
texts)
|
||||
texts
|
||||
tests)
|
||||
|
||||
;; Print banner
|
||||
(print "HackerBase 0.9.4 (c) 2023 Brmlab, z.s.")
|
||||
|
@ -178,20 +179,7 @@
|
|||
|
||||
;; Run tests
|
||||
(when (-run-tests?-)
|
||||
(listing-tests!)
|
||||
(dictionary-tests!)
|
||||
(month-tests!)
|
||||
(period-tests!)
|
||||
(util-list-tests!)
|
||||
(ansi-tests!)
|
||||
(command-line-tests!)
|
||||
(members-dir-tests!)
|
||||
(primes-tests!)
|
||||
(member-record-tests!)
|
||||
(table-tests!)
|
||||
(csv-simple-tests!)
|
||||
(lset-tests!)
|
||||
(parser-tests!)
|
||||
(run-all-tests!)
|
||||
(newline))
|
||||
|
||||
;; Load the members database (required for everything anyway)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue