aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-03-24 19:24:52 -0400
committerEduardo Julian2019-03-24 19:24:52 -0400
commite9add32589541394a20771fac0d7338db09b5f2e (patch)
tree8b2d9d4bd07b28cf9cbfc27aef34a5876018023e /stdlib/source/test/lux.lux
parentf6ecfd99a004ae663916fa28532206c16fac835e (diff)
Ported tests for macro-related modules.
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux14
1 files changed, 5 insertions, 9 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 196213c54..f50cdf48a 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -115,20 +115,15 @@
["#." io]
["#." control]
["#." data]
- ["#." time]
+ ["#." macro]
["#." math]
+ ["#." time]
["#." host
["#/." jvm]]]
## [control
## [concurrency
## ## [semaphore (#+)]
## ]]
- ## [macro
- ## [code (#+)]
- ## [syntax (#+)]
- ## [poly
- ## ["poly_." equivalence]
- ## ["poly_." functor]]]
## [type ## (#+)
## ## [check (#+)]
## ## [implicit (#+)] ## TODO: FIX Specially troublesome...
@@ -376,10 +371,11 @@
/control.test)
(<| (_.context "/data")
/data.test)
- (<| (_.context "/time")
- /time.test)
+ /macro.test
(<| (_.context "/math")
/math.test)
+ (<| (_.context "/time")
+ /time.test)
(<| (_.context "/host Host-platform interoperation")
($_ _.and
/host.test