Switch tests to new calendar modules.

This commit is contained in:
Dominik Pantůček 2023-05-09 22:47:09 +02:00
parent 1abbbf194d
commit 21a58e9536
2 changed files with 8 additions and 8 deletions

View file

@ -34,8 +34,8 @@
(import scheme
listing
util-dict-list
month
period
cal-month
cal-period
util-list
ansi
command-line
@ -51,8 +51,8 @@
(define (run-all-tests!)
(listing-tests!)
(ldict-tests!)
(month-tests!)
(period-tests!)
(cal-month-tests!)
(cal-period-tests!)
(util-list-tests!)
(ansi-tests!)
(command-line-tests!)