diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/tests.lux | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 6d99d905a..4a6036842 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -2,7 +2,15 @@ [lux #* [cli (#+ program:)] ["." test] + + ## These modules do not need to be tested. + [type + [variance (#+)]] + ## TODO: Test these modules + [data + [format + [css (#+)]]] ## [control ## ["._" contract] ## ["._" concatenative] |