diff options
author | Eduardo Julian | 2019-01-22 20:15:37 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-01-22 20:15:37 -0400 |
commit | 701cad823deaf887478f5b3b0095d5e732ed1da9 (patch) | |
tree | a59f0ef5881c6f9d3676024a5039cf0f1b7d386a /stdlib/test | |
parent | f8c9375490f00d39729c0e969b60ce825d29e7ea (diff) |
- WIP: Expansion of CSS machinery.
- Expansion of l10n/i18n machinery.
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] |