Small tests refactoring.
This commit is contained in:
parent
aa6a9ac705
commit
1e59177e15
3 changed files with 8 additions and 8 deletions
|
@ -52,21 +52,21 @@
|
|||
|
||||
(define (run-all-tests!)
|
||||
(listing-tests!)
|
||||
(lset-tests!)
|
||||
(ldict-tests!)
|
||||
(bdict-tests!)
|
||||
(cal-month-tests!)
|
||||
(cal-period-tests!)
|
||||
(cal-day-tests!)
|
||||
(primes-tests!)
|
||||
(brmember-tests!)
|
||||
(mbase-dir-tests!)
|
||||
(util-list-tests!)
|
||||
(ansi-tests!)
|
||||
(command-line-tests!)
|
||||
(mbase-dir-tests!)
|
||||
(primes-tests!)
|
||||
(brmember-tests!)
|
||||
(table-tests!)
|
||||
(csv-simple-tests!)
|
||||
(lset-tests!)
|
||||
(parser-tests!)
|
||||
(string-tests!)
|
||||
(bdict-tests!))
|
||||
(string-tests!))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue