mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Obey the TESTNAME build variable
make check-servo TESTNAME=layout will just run the servo layout tests. The submodules still ignore TESTNAME.
This commit is contained in:
parent
ea53b5e800
commit
1508c5b914
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue