From 32cdc2107bfc804a040683d4d63c7fb382cbd210 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 3 Mar 2014 18:09:18 -0800 Subject: [PATCH] Reftest both CPU and GPU rendering Fixes #1179. --- mk/check.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mk/check.mk b/mk/check.mk index 28e7ebee81a..384d4c5ab22 100644 --- a/mk/check.mk +++ b/mk/check.mk @@ -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