Get the miri test suite to run inside the rustc dev environment

This commit is contained in:
Oliver Schneider
2017-08-28 16:54:50 +02:00
committed by Oliver Schneider
parent 1cdd68922d
commit f381744d91
12 changed files with 104 additions and 3 deletions

3
.gitmodules vendored
View File

@@ -39,3 +39,6 @@
[submodule "src/tools/rustfmt"]
path = src/tools/rustfmt
url = https://github.com/rust-lang-nursery/rustfmt.git
[submodule "src/tools/miri"]
path = src/tools/miri
url = https://github.com/solson/miri.git