aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-04-27 21:58:14 -0400
committerEduardo Julian2019-04-27 21:58:14 -0400
commitaa7f1d12ae98da9726bf8bbdd3c494a671e3f94b (patch)
tree1dfd7e464ec46d2626b083ce6abea199f956244f /stdlib/source/test/lux.lux
parent7da7c963aa7b01ed8256d143bd27872d1ecdf989 (diff)
Moved the modules under "lux/host/" to now be under "lux/target/".
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 5c5051a2c..a881dae3f 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -35,7 +35,7 @@
[format
[css (#+)]
[markdown (#+)]]]
- [host
+ [target
[js (#+)]
[python (#+)]
[lua (#+)]
@@ -122,7 +122,8 @@
["#." tool]
["#." type]
["#." world]
- ["#." host
+ ["#." host]
+ ["#." target #_
["#/." jvm]]]
))
@@ -343,9 +344,9 @@
/tool.test
/type.test
/world.test
+ /host.test
($_ _.and
- /host.test
- /host/jvm.test)
+ /target/jvm.test)
)))
(program: args