aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-04-13 09:51:41 -0400
committerEduardo Julian2019-04-13 09:51:41 -0400
commit89c3fc64f1e1648b57a7f208a7499e4e2b1c9135 (patch)
tree064c3ff70d555c315ba7b68f8e4f34d44ab053ab /stdlib/source/test/lux.lux
parentf3957974e63756a7dce0239b3a5bdbaa40e62d5e (diff)
Started porting tests for "lux/tool".
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux.lux24
1 files changed, 3 insertions, 21 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index d9b3df35e..77f0e1bbd 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -123,31 +123,11 @@
["#." macro]
["#." math]
["#." time]
+ ["#." tool]
["#." type]
["#." world]
["#." host
["#/." jvm]]]
- ## [control
- ## [concurrency
- ## ## [semaphore (#+)]
- ## ]]
- ## [compiler
- ## [default
- ## ["_default/." syntax]
- ## [phase
- ## [analysis
- ## ["_.A" primitive]
- ## ["_.A" structure]
- ## ["_.A" reference]
- ## ["_.A" case]
- ## ["_.A" function]
- ## [procedure
- ## ["_.A" common]]]
- ## [synthesis
- ## ["_.S" primitive]
- ## ["_.S" structure]
- ## ["_.S" case]
- ## ["_.S" function]]]]]
))
(def: identity
@@ -368,6 +348,8 @@
/math.test
(<| (_.context "/time")
/time.test)
+ (<| (_.context "/tool")
+ /tool.test)
/type.test
/world.test
(<| (_.context "/host")