Run lset tests.

This commit is contained in:
Dominik Pantůček 2023-04-07 22:50:51 +02:00
parent 8f1a41f596
commit cd55f66a83
2 changed files with 4 additions and 1 deletions

View file

@ -49,7 +49,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
web-static web-static
environment environment
bank-account bank-account
mailman) mailman
util-set-list)
;; Print banner ;; Print banner
(print "bbstool 0.9.2 (c) 2023 Brmlab, z.s.") (print "bbstool 0.9.2 (c) 2023 Brmlab, z.s.")
@ -155,6 +156,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
(member-parser-tests!) (member-parser-tests!)
(table-tests!) (table-tests!)
(csv-simple-tests!) (csv-simple-tests!)
(lset-tests!)
(newline)) (newline))
;; Load the members database (required for everything anyway) ;; Load the members database (required for everything anyway)

View file

@ -52,6 +52,7 @@
) )
(import scheme (import scheme
(chicken base)
(chicken string) (chicken string)
(chicken random) (chicken random)
testing) testing)