aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/command.lux')
-rw-r--r--stdlib/source/test/aedifex/command.lux54
1 files changed, 27 insertions, 27 deletions
diff --git a/stdlib/source/test/aedifex/command.lux b/stdlib/source/test/aedifex/command.lux
index a6b1324bb..496e1cd78 100644
--- a/stdlib/source/test/aedifex/command.lux
+++ b/stdlib/source/test/aedifex/command.lux
@@ -1,38 +1,38 @@
(.using
- [library
- [lux "*"
- ["_" test {"+" Test}]]]
- ["[0]" / "_"
- ["[1][0]" version]
- ["[1][0]" pom]
+ [library
+ [lux "*"
+ ["_" test {"+" Test}]]]
+ ["[0]" / "_"
+ ["[1][0]" version]
+ ["[1][0]" pom]
- ["[1][0]" clean]
- ["[1][0]" install]
+ ["[1][0]" clean]
+ ["[1][0]" install]
- ["[1][0]" deps]
- ["[1][0]" deploy]
+ ["[1][0]" deps]
+ ["[1][0]" deploy]
- ["[1][0]" build]
- ["[1][0]" test]
- ["[1][0]" auto]]
- [\\program
- ["[0]" /]])
+ ["[1][0]" build]
+ ["[1][0]" test]
+ ["[1][0]" auto]]
+ [\\program
+ ["[0]" /]])
(def: .public test
Test
(<| (_.covering /._)
(_.for [/.Command])
- ($_ _.and
- /version.test
- /pom.test
-
- /clean.test
- /install.test
+ (all _.and
+ /version.test
+ /pom.test
+
+ /clean.test
+ /install.test
- /deps.test
- /deploy.test
+ /deps.test
+ /deploy.test
- /build.test
- /test.test
- /auto.test
- )))
+ /build.test
+ /test.test
+ /auto.test
+ )))