rust/src/compiletest
Alex Crichton 375c5b884f Fix --disable-rpath and tests
This involved a few changes to the local build system:

* Makefiles now prefer our own LD_LIBRARY_PATH over the user's LD_LIBRARY_PATH
  in order to support building rust with rust already installed.
* The compiletest program was taught to correctly pass through the aux dir as a
  component of LD_LIBRARY_PATH in more situations.

This change was spliced out of #14832 to consist of just the fixes to running
tests without an rpath setting embedded in executables.
2014-06-16 18:16:45 -07:00
..
common.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
compiletest.rs Register new snapshots 2014-06-14 10:28:09 -07:00
errors.rs Change to_str().to_string() to just to_str() 2014-06-06 09:56:59 +02:00
header.rs std: Remove format_strbuf!() 2014-05-28 08:35:41 -07:00
procsrv.rs Fix --disable-rpath and tests 2014-06-16 18:16:45 -07:00
runtest.rs Fix --disable-rpath and tests 2014-06-16 18:16:45 -07:00
util.rs Change to_str().to_string() to just to_str() 2014-06-06 09:56:59 +02:00