diff options
author | Eduardo Julian | 2022-08-10 19:38:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-10 19:38:43 -0400 |
commit | 68d78235694c633c956bb9e8a007cad7d65370bc (patch) | |
tree | f84fcb298d29d3c85d149fd2f3c94f31b59305d4 /lux-r | |
parent | 6ec8f5d2f6cbf8db45f91e5c4b48c6ec17659f72 (diff) |
Extracted property-based testing machinery into its own module.
Diffstat (limited to 'lux-r')
-rw-r--r-- | lux-r/source/test/program.lux | 14 |
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]] [\\ |