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:
bors-servo 2014-01-31 06:19:20 -08:00
commit 584c9718a7

View file

@ -40,7 +40,7 @@ servo-test: $(DEPS_servo)
reftest: $(S)src/test/harness/reftest/reftest.rs servo
@$(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
@$(call E, compile: $@)