aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex.lux')
-rw-r--r--stdlib/source/test/aedifex.lux96
1 files changed, 48 insertions, 48 deletions
diff --git a/stdlib/source/test/aedifex.lux b/stdlib/source/test/aedifex.lux
index 2c30c2a37..ed891d815 100644
--- a/stdlib/source/test/aedifex.lux
+++ b/stdlib/source/test/aedifex.lux
@@ -1,58 +1,58 @@
(.using
- [library
- [lux "*"
- [program {"+" program:}]
- ["_" test {"+" Test}]
- [control
- ["[0]" io]]]]
- ["[0]" / "_"
- ["[1][0]" artifact]
- ["[1][0]" cli]
- ["[1][0]" command]
- ["[1][0]" dependency
- ["[1]/[0]" deployment]
- ["[1]/[0]" resolution]
- ["[1]/[0]" status]]
- ["[1][0]" hash]
- ["[1][0]" input]
- ["[1][0]" local]
- ["[1][0]" metadata]
- ["[1][0]" package]
- ["[1][0]" parser]
- ["[1][0]" pom]
- ["[1][0]" profile]
- ["[1][0]" project]
- ["[1][0]" repository]
- ["[1][0]" runtime]])
+ [library
+ [lux "*"
+ [program {"+" program:}]
+ ["_" test {"+" Test}]
+ [control
+ ["[0]" io]]]]
+ ["[0]" / "_"
+ ["[1][0]" artifact]
+ ["[1][0]" cli]
+ ["[1][0]" command]
+ ["[1][0]" dependency
+ ["[1]/[0]" deployment]
+ ["[1]/[0]" resolution]
+ ["[1]/[0]" status]]
+ ["[1][0]" hash]
+ ["[1][0]" input]
+ ["[1][0]" local]
+ ["[1][0]" metadata]
+ ["[1][0]" package]
+ ["[1][0]" parser]
+ ["[1][0]" pom]
+ ["[1][0]" profile]
+ ["[1][0]" project]
+ ["[1][0]" repository]
+ ["[1][0]" runtime]])
(def: dependency
Test
- ($_ _.and
- /dependency.test
- /dependency/deployment.test
- /dependency/resolution.test
- /dependency/status.test
- ))
+ (all _.and
+ /dependency.test
+ /dependency/deployment.test
+ /dependency/resolution.test
+ /dependency/status.test
+ ))
(def: test
Test
- ($_ _.and
- /artifact.test
- /cli.test
- /command.test
- ..dependency
- /hash.test
- /input.test
- /local.test
- /metadata.test
- /package.test
- /parser.test
- /pom.test
- /profile.test
- /project.test
- /repository.test
- /runtime.test
- ))
+ (all _.and
+ /artifact.test
+ /cli.test
+ /command.test
+ ..dependency
+ /hash.test
+ /input.test
+ /local.test
+ /metadata.test
+ /package.test
+ /parser.test
+ /pom.test
+ /profile.test
+ /project.test
+ /repository.test
+ /runtime.test
+ ))
(program: args
(<| io.io