Run all new tests.
This commit is contained in:
parent
656789e984
commit
45252d7fc4
2 changed files with 21 additions and 3 deletions
|
@ -47,7 +47,14 @@
|
|||
util-set-list
|
||||
util-parser
|
||||
util-string
|
||||
util-dict-bst)
|
||||
util-dict-bst
|
||||
util-utf8
|
||||
sgr-state
|
||||
sgr-list
|
||||
sgr-block
|
||||
template-list-expander
|
||||
table-style
|
||||
box-drawing)
|
||||
|
||||
(define (run-all-tests!)
|
||||
(listing-tests!)
|
||||
|
@ -65,6 +72,14 @@
|
|||
(table-tests!)
|
||||
(csv-simple-tests!)
|
||||
(parser-tests!)
|
||||
(string-tests!))
|
||||
(string-tests!)
|
||||
(util-utf8-tests!)
|
||||
(sgr-state-tests!)
|
||||
(sgr-list-tests!)
|
||||
(sgr-block-tests!)
|
||||
(template-list-expander-tests!)
|
||||
(box-drawing-tests!)
|
||||
(table-style-tests!)
|
||||
)
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue