From 13c594758482bac0a7550bcb89cfeda8c5f0a1f3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 7 Nov 2022 02:48:02 -0400 Subject: Added support for inline testing. --- stdlib/source/program/compositor.lux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdlib/source/program') diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 77802d3cc..99a4faa4a 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -34,7 +34,8 @@ [macro (.only Expander)]] [phase [extension (.only Extender) - ["[0]E" analysis]]]]] + ["[0]E" analysis] + ["[0]E" synthesis]]]]] [meta [packager (.only Packager)] [context (.only Context)] @@ -159,6 +160,7 @@ (do (try.with async.monad) [import (import.import (the platform.#file_system platform) (the cli.#libraries compilation)) .let [all_extensions [(analysisE.bundle host_analysis) + synthesisE.bundle generation_bundle host_declaration_bundle]] [state archive phase_wrapper] (sharing [] -- cgit v1.2.3