mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
auto merge of #1603 : xiongmao86/servo/master, r=larsbergstrom
I failed at make check, and find the problem in check.mk
This commit is contained in:
commit
584c9718a7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ servo-test: $(DEPS_servo)
|
||||||
|
|
||||||
reftest: $(S)src/test/harness/reftest/reftest.rs servo
|
reftest: $(S)src/test/harness/reftest/reftest.rs servo
|
||||||
@$(call E, compile: $@)
|
@$(call E, compile: $@)
|
||||||
$(Q)$(RUSTC) -L$(B)/src/support/png/rust-png/ -o $@ $<
|
$(Q)$(RUSTC) -L$(B)/src/support/png/rust-png/ -L$(B)/src/support/png/libpng/ -o $@ $<
|
||||||
|
|
||||||
contenttest: $(S)src/test/harness/contenttest/contenttest.rs servo
|
contenttest: $(S)src/test/harness/contenttest/contenttest.rs servo
|
||||||
@$(call E, compile: $@)
|
@$(call E, compile: $@)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue