Reftest both CPU and GPU rendering

Fixes #1179.
This commit is contained in:
Keegan McAllister 2014-03-03 18:09:18 -08:00
parent 9a4ac45061
commit 32cdc2107b

View file

@ -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