From 13323c55a4d34ddb74b67fab684d4431f9624dd1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 29 Nov 2021 17:53:01 -0400 Subject: New packaging for Ruby programs. --- stdlib/source/program/aedifex/command/test.lux | 50 +++++++++++++------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'stdlib/source/program/aedifex/command/test.lux') diff --git a/stdlib/source/program/aedifex/command/test.lux b/stdlib/source/program/aedifex/command/test.lux index b2f67ba07..4aa1ecc54 100644 --- a/stdlib/source/program/aedifex/command/test.lux +++ b/stdlib/source/program/aedifex/command/test.lux @@ -1,28 +1,28 @@ (.using - [library - [lux "*" - [abstract - [monad {"+" do}]] - [control - [concurrency - ["[0]" async {"+" Async} ("[1]#[0]" monad)]]] - [math - [number - ["i" int]]] - [world - ["[0]" program {"+" Program}] - ["[0]" file] - ["[0]" shell {"+" Exit Shell}] - ["[0]" console {"+" Console}]]]] - ["[0]" // "_" - ["[1][0]" build] - ["/[1]" // "_" - ["[1]" profile] - ["[1][0]" action] - ["[1][0]" command {"+" Command}] - ["[1][0]" runtime] - [dependency - [resolution {"+" Resolution}]]]]) + [library + [lux "*" + [abstract + [monad {"+" do}]] + [control + [concurrency + ["[0]" async {"+" Async} ("[1]#[0]" monad)]]] + [math + [number + ["i" int]]] + [world + ["[0]" program {"+" Program}] + ["[0]" file] + ["[0]" shell {"+" Exit Shell}] + ["[0]" console {"+" Console}]]]] + ["[0]" // "_" + ["[1][0]" build] + ["/[1]" // "_" + ["[1]" profile] + ["[1][0]" action] + ["[1][0]" command {"+" Command}] + ["[1][0]" runtime] + [dependency + [resolution {"+" Resolution}]]]]) (def: .public start "[TEST STARTED]") (def: .public success "[TEST ENDED]") @@ -46,7 +46,7 @@ (|> program (///runtime.for (value@ ///.#java profile)) (//build.with_jvm_class_path host_dependencies)) - + (^template [ ] [{ artifact} (///runtime.for (value@ profile) -- cgit v1.2.3