maint: Move to /rust/* to /
This makes it easier for tooling to find the Rust stuff. Rust/non-rust is not a useful distinction in this repo anymore anyway.
This commit is contained in:
parent
8c64b5e380
commit
55eacf43c3
33 changed files with 5 additions and 5 deletions
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
If `cargo-valgrind` is broken, you may run `valgrind` manually.
|
||||
|
||||
1. `cd rust; cargo test -v`
|
||||
1. `cargo test -v`
|
||||
2. find the relevant test suite executable in the log
|
||||
- example: `/home/user/src/nix-bindings-rust/rust/target/debug/deps/nix_util-036ec381a9e3fd6d`
|
||||
- example: `/home/user/src/nix-bindings-rust/target/debug/deps/nix_util-036ec381a9e3fd6d`
|
||||
3. `valgrind --leak-check=full <paste the test exe>`
|
||||
4. check that
|
||||
- `definitely lost: 0 bytes in 0 blocks`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue