Add new solver pass to the coverage build

This commit is contained in:
Vyacheslav Egorov 2024-07-23 17:28:06 +03:00
parent 39d2c295e7
commit a16f106cf0

View file

@ -181,6 +181,8 @@ coverage: $(TESTS_TARGET) $(COMPILE_CLI_TARGET)
mv default.profraw tests.profraw mv default.profraw tests.profraw
$(TESTS_TARGET) --fflags=true $(TESTS_TARGET) --fflags=true
mv default.profraw tests-flags.profraw mv default.profraw tests-flags.profraw
$(TESTS_TARGET) --fflags=true,DebugLuauDeferredConstraintResolution=true
mv default.profraw tests-dcr.profraw
$(TESTS_TARGET) -ts=Conformance --codegen $(TESTS_TARGET) -ts=Conformance --codegen
mv default.profraw codegen.profraw mv default.profraw codegen.profraw
$(TESTS_TARGET) -ts=Conformance --codegen --fflags=true $(TESTS_TARGET) -ts=Conformance --codegen --fflags=true