From a16f106cf0cc62750c827278c9b8583f886eef32 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Tue, 23 Jul 2024 17:28:06 +0300 Subject: [PATCH] Add new solver pass to the coverage build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7eead323..3e6b85ad 100644 --- a/Makefile +++ b/Makefile @@ -181,6 +181,8 @@ coverage: $(TESTS_TARGET) $(COMPILE_CLI_TARGET) mv default.profraw tests.profraw $(TESTS_TARGET) --fflags=true mv default.profraw tests-flags.profraw + $(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true + mv default.profraw tests-dcr.profraw $(TESTS_TARGET) -ts=Conformance --codegen mv default.profraw codegen.profraw $(TESTS_TARGET) -ts=Conformance --codegen --fflags=true