aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-03-24 12:07:26 -0400
committerEduardo Julian2019-03-24 12:07:26 -0400
commitf6ecfd99a004ae663916fa28532206c16fac835e (patch)
tree8f225398c852959e87beb2dda60d97ef5c90c384 /stdlib/source/test/lux.lux
parent711c573bef4b7a6d809568ebfc196a7f8688307f (diff)
Ported tests for math-related modules.
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux.lux17
1 files changed, 7 insertions, 10 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 781f3edde..196213c54 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -31,6 +31,8 @@
[data
[text
[format (#+)]]]
+ ## [math
+ ## [random (#+)]]
## TODO: Test these modules
[data
[format
@@ -114,18 +116,13 @@
["#." control]
["#." data]
["#." time]
+ ["#." math]
["#." host
["#/." jvm]]]
## [control
## [concurrency
## ## [semaphore (#+)]
## ]]
- ## [math (#+)
- ## [random (#+)]
- ## [modular (#+)]
- ## [logic
- ## [continuous (#+)]
- ## [fuzzy (#+)]]]
## [macro
## [code (#+)]
## [syntax (#+)]
@@ -373,16 +370,16 @@
..template)
(<| (_.context "Cross-platform support.")
..cross-platform-support)
- (<| (_.context "/cli Command-Line Interface.")
- /cli.test)
- (<| (_.context "/io I/O (input/output)")
- /io.test)
+ /cli.test
+ /io.test
(<| (_.context "/control")
/control.test)
(<| (_.context "/data")
/data.test)
(<| (_.context "/time")
/time.test)
+ (<| (_.context "/math")
+ /math.test)
(<| (_.context "/host Host-platform interoperation")
($_ _.and
/host.test