Skip to content

Commit f822ad5

Browse files
authored
Merge pull request #260 from RalfJung/tests
Split up test suite
2 parents e79bb42 + 101e5a8 commit f822ad5

File tree

5 files changed

+561
-152
lines changed

5 files changed

+561
-152
lines changed

rustc_tests/Cargo.lock

+246
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustc_tests/Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "rustc_tests"
3+
version = "0.1.0"
4+
authors = ["Oliver Schneider <[email protected]>"]
5+
6+
[dependencies]
7+
miri = { path = ".." }

0 commit comments

Comments
 (0)