mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
Add new solver pass to the coverage build
This commit is contained in:
parent
39d2c295e7
commit
a16f106cf0
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue