aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2016-12-11 19:48:56 -0400
committerEduardo Julian2016-12-11 19:48:56 -0400
commitf2ca9f956cbedb251603a835b2f3c6b1dded3d00 (patch)
treee6b6eab7e9cf306f289b0ca5afcba0dcfcb529b1 /stdlib/test/tests.lux
parent4b07eca3ed255fd11bf5295d79901184e6cceb03 (diff)
- Updates lux/math tests.
- Added lux/math/complex tests.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 7b2e05f01..86de3d341 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -46,28 +46,28 @@
[vector]
[zipper])
(text [format]))
+ ["_;" math]
+ (math ## ["_;" ratio]
+ ["_;" complex]
+ ## ["_;" random]
+ ## ["_;" simple]
+ )
+ ## ["_;" pipe]
+ ## ["_;" lexer]
+ ## ["_;" regex]
## (macro [ast]
## [syntax])
## [type]
- ## [math]
- ## [pipe]
- ## [lexer]
- ## [regex]
- ## (data (format [json]))
)
)
## (lux (codata [cont])
- ## (concurrency [atom])
## [macro]
## (macro [template]
## [poly]
## (poly ["poly_;" eq]
## ["poly_;" text-encoder]
## ["poly_;" functor]))
- ## (math [ratio]
- ## [complex]
- ## [random])
## (type [check] [auto])
## (control [effect])
## ["_;" lexer]