aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux6
1 files changed, 5 insertions, 1 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index f73319739..21e529ecc 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -3,8 +3,8 @@
[structure (#+)]
[reference (#+)]
[case (#+)]
- [function (#+)]
[loop (#+)]
+ [function (#+)]
[extension (#+)
[common (#+)]
[host (#+)]])]
@@ -38,6 +38,7 @@
[host
[js (#+)]
[python (#+)]
+ [lua (#+)]
[ruby (#+)]
[scheme (#+)]]
[tool
@@ -48,6 +49,8 @@
<host-modules>]
[python (#+)
<host-modules>]
+ [lua (#+)
+ <host-modules>]
[ruby (#+)
<host-modules>]
[scheme (#+)
@@ -381,4 +384,5 @@
## (_.seed 16966479879996440699)
## (_.seed 16140950815046933697)
## (_.seed 8804587020128699091)
+ ## (_.seed 9353282359333487462)
..test))