rust/mk
Alex Crichton 54f2147e8e Get unit tests for rusti working
* They didn't work before, because the location of the tests caused the
  'sysroot' option to crate lookup to be wrong for finding the correct stage's
  core/std libraries. This moves the compiled tests from the $host/test
  directory into a $host/$stage/test directory. This means that the sysroot will
  be correct and the core/std libraries can actually be found
* The LLVM bindings apparently aren't threadsafe, so we can't run multiple tests
  in parallel.
2013-05-14 14:11:07 -04:00
..
clean.mk
ctags.mk
dist.mk
docs.mk
host.mk mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235 2013-05-07 15:29:05 +09:00
install.mk
llvm.mk
perf.mk
platform.mk improve MIPS backend and implement segmented stacks 2013-05-09 16:51:42 +08:00
pp.mk
rt.mk
rustllvm.mk
snap.mk
stage0.mk
target.mk mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235 2013-05-07 15:29:05 +09:00
tests.mk Get unit tests for rusti working 2013-05-14 14:11:07 -04:00
tools.mk Update make dependencies of librust 2013-05-13 13:47:05 -04:00