mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
parent
9a4ac45061
commit
32cdc2107b
1 changed files with 3 additions and 1 deletions
|
@ -81,8 +81,10 @@ check-servo: $(foreach lib_crate,$(SERVO_LIB_CRATES),check-servo-$(lib_crate)) s
|
|||
|
||||
.PHONY: check-ref
|
||||
check-ref: reftest
|
||||
@$(call E, check: reftests)
|
||||
@$(call E, check: reftests with GPU rendering)
|
||||
$(Q)./reftest $(S)src/test/ref/*.list
|
||||
@$(call E, check: reftests with CPU rendering)
|
||||
$(Q)./reftest $(S)src/test/ref/*.list -- -c
|
||||
|
||||
.PHONY: check-content
|
||||
check-content: contenttest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue