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
environment
bank-account
mailman)
mailman
util-set-list)
;; Print banner
(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!)
(table-tests!)
(csv-simple-tests!)
(lset-tests!)
(newline))
;; Load the members database (required for everything anyway)

View file

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