aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/test/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-08-10 19:38:43 -0400
committerEduardo Julian2022-08-10 19:38:43 -0400
commit68d78235694c633c956bb9e8a007cad7d65370bc (patch)
treef84fcb298d29d3c85d149fd2f3c94f31b59305d4 /lux-r/source/test/program.lux
parent6ec8f5d2f6cbf8db45f91e5c4b48c6ec17659f72 (diff)
Extracted property-based testing machinery into its own module.
Diffstat (limited to 'lux-r/source/test/program.lux')
-rw-r--r--lux-r/source/test/program.lux14
1 files changed, 8 insertions, 6 deletions
diff --git a/lux-r/source/test/program.lux b/lux-r/source/test/program.lux
index dd0db1990..48a5505f3 100644
--- a/lux-r/source/test/program.lux
+++ b/lux-r/source/test/program.lux
@@ -1,10 +1,12 @@
(.require
- [lux (.except)
- ["_" test (.only Test)]
- [control
- ["[0]" io]
- [parser
- [cli (.only program)]]]]
+ [library
+ [lux (.except)
+ [control
+ ["[0]" io]
+ [parser
+ [cli (.only program)]]]
+ [test
+ ["_" property (.only Test)]]]]
[spec
["[0]" compositor]]
[\\