aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/tool.lux32
1 files changed, 18 insertions, 14 deletions
diff --git a/stdlib/source/test/lux/tool.lux b/stdlib/source/test/lux/tool.lux
index ef83286b4..f7734328b 100644
--- a/stdlib/source/test/lux/tool.lux
+++ b/stdlib/source/test/lux/tool.lux
@@ -1,24 +1,28 @@
(.using
- [library
- [lux "*"
- ["_" test {"+" Test}]]]
- ["[0]" / "_"
- [compiler
- ["[1][0]" arity]
- ["[1][0]" reference]
- ... [language
- ... [lux
- ... ["[1][0]" syntax]
- ... [phase
- ... ["[1][0]" analysis]
- ... ["[1][0]" synthesis]]]]
- ]])
+ [library
+ [lux "*"
+ ["_" test {"+" Test}]]]
+ ["[0]" / "_"
+ [compiler
+ ["[1][0]" arity]
+ ["[1][0]" reference]
+ [language
+ [lux
+ ... ["[1][0]" syntax]
+ ["[1][0]" analysis "_"
+ ["[1]/[0]" primitive]]
+ ... [phase
+ ... ["[1][0]" analysis]
+ ... ["[1][0]" synthesis]]
+ ]]
+ ]])
(def: .public test
Test
($_ _.and
/arity.test
/reference.test
+ /analysis/primitive.test
... /syntax.test
... /analysis.test
... /synthesis.test