aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-03-21 23:31:30 -0400
committerEduardo Julian2019-03-21 23:31:30 -0400
commit36c09baf6d977d6bcb712459325b9c5c3e7589ae (patch)
tree791bfce143f37bdba6b9bae070c983488c307069 /stdlib/source/test/lux.lux
parent38b267de130fa42454f152583fd2e46b3d3ff0f5 (diff)
- Ported lux/data/bit tests.
- Ported lux/data/color tests. - Ported lux/data/error tests. - Ported lux/data/identity tests. - Ported lux/data/lazy tests. - Ported lux/data/maybe tests. - Ported lux/data/name tests.
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux20
1 files changed, 7 insertions, 13 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index d6d667d72..bf1011080 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -108,23 +108,15 @@
["." / #_
["#." cli]
["#." io]
+ ["#." control]
+ ["#." data]
["#." host
- ["#/." jvm]]
- ["#." control]]
+ ["#/." jvm]]]
## [control
## [concurrency
- ## [promise (#+)]
- ## [stm (#+)]
## ## [semaphore (#+)]
## ]]
## [data
- ## [bit (#+)]
- ## [color (#+)]
- ## [error (#+)]
- ## [name (#+)]
- ## [identity (#+)]
- ## [lazy (#+)]
- ## [maybe (#+)]
## [product (#+)]
## [sum (#+)]
## [number (#+) ## TODO: FIX Specially troublesome...
@@ -416,13 +408,15 @@
/cli.test)
(<| (_.context "/io I/O (input/output)")
/io.test)
+ (<| (_.context "/control")
+ /control.test)
+ (<| (_.context "/data")
+ /data.test)
(<| (_.context "/host Host-platform interoperation")
($_ _.and
/host.test
(<| (_.context "/jvm JVM (Java Virtual Machine)")
/host/jvm.test)))
- (<| (_.context "/control")
- /control.test)
))
(program: args