aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-01-22 20:15:37 -0400
committerEduardo Julian2019-01-22 20:15:37 -0400
commit701cad823deaf887478f5b3b0095d5e732ed1da9 (patch)
treea59f0ef5881c6f9d3676024a5039cf0f1b7d386a /stdlib/test/tests.lux
parentf8c9375490f00d39729c0e969b60ce825d29e7ea (diff)
- WIP: Expansion of CSS machinery.
- Expansion of l10n/i18n machinery.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux8
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]