diff options
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 |