From 1508c5b914c7ce1bc65e3de5bd48945b0e61da99 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 24 May 2012 15:11:49 -0700 Subject: [PATCH] Obey the TESTNAME build variable make check-servo TESTNAME=layout will just run the servo layout tests. The submodules still ignore TESTNAME. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6285826a333..88adc212601 100644 --- a/Makefile.in +++ b/Makefile.in @@ -106,7 +106,7 @@ src/rust-stb-image/libstb-image.dummy: check: $(CHECK_DEPS) check-servo: servo-test - ./servo-test + ./servo-test $(TESTNAME) .PHONY: check-rust-harfbuzz check-rust-harfbuzz: src/harfbuzz/src/.libs/libharfbuzz.a