You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
This repository serves to run the libcore and liballoc unit test suites in [Miri](https://github.com/solson/miri/): we basically run `cargo miri test` against [coretests](https://github.com/rust-lang/rust/tree/master/src/libcore/tests), [alloctests](https://github.com/rust-lang/rust/tree/master/src/liballoc/tests) and [liballoc itself](https://github.com/rust-lang/rust/tree/master/src/liballoc) (there do not seem to be `#[test]` functions embedded in libcore).
1
+
This repository serves to run the libcore and liballoc unit test suites in [Miri](https://github.com/rust-lang/miri/): we basically run `cargo miri test` against [coretests](https://github.com/rust-lang/rust/tree/master/library/core/tests), [alloctests](https://github.com/rust-lang/rust/tree/master/library/alloc/tests) and [liballoc itself](https://github.com/rust-lang/rust/tree/master/library/alloc) (there do not seem to be `#[test]` functions embedded in libcore).
2
2
3
3
Every night, a Travis cron job runs the tests against the latest nightly, to make sure we notice when changes in Rust or Miri break a test.
0 commit comments