diff options
Diffstat (limited to 'libc/README.md')
-rw-r--r-- | libc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/README.md b/libc/README.md index 67535d2..7b2d778 100644 --- a/libc/README.md +++ b/libc/README.md @@ -93,7 +93,7 @@ With that in mind, the steps for adding a new API are: We have two automated tests running on [Travis](https://travis-ci.org/rust-lang/libc): 1. [`libc-test`](https://github.com/alexcrichton/ctest) - - `cd libc-test && cargo run` + - `cd libc-test && cargo test` - Use the `skip_*()` functions in `build.rs` if you really need a workaround. 2. Style checker - `rustc ci/style.rs && ./style src` |