<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/run-make/libs-through-symlinks/rmake.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-06T17:41:54+00:00</updated>
<entry>
<title>tests: add a missing `needs-symlink`</title>
<updated>2025-02-06T17:41:54+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2025-02-06T17:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f35eb305b3c9d58ab911bebd62365f81d5971cd'/>
<id>urn:sha1:4f35eb305b3c9d58ab911bebd62365f81d5971cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: migrate `libs-through-symlink` to rmake.rs</title>
<updated>2024-12-28T03:53:01+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2024-12-27T18:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b77ab2dd90b8636a38cb34a3e6fe73dbb1e7b0f1'/>
<id>urn:sha1:b77ab2dd90b8636a38cb34a3e6fe73dbb1e7b0f1</id>
<content type='text'>
- Document test intent, backlink to #13890 and fix PR #13903.
- Fix the test logic: the `Makefile` version seems to not actually be
  exercising the "library search traverses symlink" logic, because the
  actual symlinked-to-library is present under the directory tree when
  `bar.rs` is compiled, because the `$(RUSTC)` invocation has an
  implicit `-L $(TMPDIR)`. The symlink itself was actually broken, i.e.
  it should've been `ln -nsf $(TMPDIR)/outdir/$(NAME) $(TMPDIR)` but it
  used `ln -nsf outdir/$(NAME) $(TMPDIR)`.

Co-authored-by: Oneirical &lt;manchot@videotron.ca&gt;
</content>
</entry>
</feed>
