From a02b7bf8ff358ccfa35b03272d28537aeac723ae Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 28 Nov 2020 19:45:56 -0400 Subject: Added "private" macro to lux/debug. --- stdlib/source/test/aedifex.lux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdlib/source/test/aedifex.lux') diff --git a/stdlib/source/test/aedifex.lux b/stdlib/source/test/aedifex.lux index 4947dcf18..7540b4541 100644 --- a/stdlib/source/test/aedifex.lux +++ b/stdlib/source/test/aedifex.lux @@ -13,7 +13,8 @@ ["#/." pom] ["#/." install] ["#/." deploy] - ["#/." deps]] + ["#/." deps] + ["#/." build]] ["#." local] ["#." cache] ["#." dependency @@ -38,6 +39,7 @@ /command/install.test /command/deploy.test /command/deps.test + /command/build.test /local.test /cache.test /dependency.test -- cgit v1.2.3