auto merge of #15275 : sfackler/rust/distcheck, r=alexcrichton

libcoretest wasn't being included which broke the verification of the
tarball.
This commit is contained in:
bors 2014-06-30 16:36:33 +00:00
commit 94343da1bd
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ PKG_FILES := \
driver \
etc \
$(foreach crate,$(CRATES),lib$(crate)) \
libcoretest \
libbacktrace \
rt \
rustllvm \