aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-08-11 23:27:32 -0400
committerEduardo Julian2018-08-11 23:27:32 -0400
commit453ab9f67873bb022acadf4c0f5c1e635c7d5794 (patch)
treefa2419e2bb78b37e75f2ac070e0916776116638d /stdlib/test/tests.lux
parent425148d29846ba507599b220d4df05c805e8d38a (diff)
- Fixed common translation tests for JVM.
- Fixed a bug in "lux text <". - Small optimizations to old LuxC.
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 702f7f342..572a69e02 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -42,6 +42,7 @@
[compiler
[host
[".H" scheme]]
+ ["._" cli]
["._" default
["._" evaluation]
[phase
@@ -58,15 +59,15 @@
["._scheme" expression]]]
[extension
["._" statement]]]
- ["._default" cache]
- [repl
- ["._" type]]]
+ ["._default" cache]]
[meta
["._meta" io
["._meta_io" context]
["._meta_io" archive]]
["._meta" archive]
- ["._meta" cache]]]]
+ ["._meta" cache]]]
+ ["._" interpreter
+ ["._interpreter" type]]]
## TODO: Must have 100% coverage on tests.
[test
["_." lux]