diff options
author | Eduardo Julian | 2019-04-27 21:58:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-27 21:58:14 -0400 |
commit | aa7f1d12ae98da9726bf8bbdd3c494a671e3f94b (patch) | |
tree | 1dfd7e464ec46d2626b083ce6abea199f956244f /stdlib/source/test | |
parent | 7da7c963aa7b01ed8256d143bd27872d1ecdf989 (diff) |
Moved the modules under "lux/host/" to now be under "lux/target/".
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux.lux | 9 | ||||
-rw-r--r-- | stdlib/source/test/lux/target/jvm.old.lux (renamed from stdlib/source/test/lux/host/jvm.old.lux) | 0 |
2 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 diff --git a/stdlib/source/test/lux/host/jvm.old.lux b/stdlib/source/test/lux/target/jvm.old.lux index 47c6f35d9..47c6f35d9 100644 --- a/stdlib/source/test/lux/host/jvm.old.lux +++ b/stdlib/source/test/lux/target/jvm.old.lux |