feat: Add manual testing of bindings with Valgrind

(cherry picked from commit 12fed067bf230d3258db172afe648ec690ba584c)
This commit is contained in:
Robert Hensing 2024-02-16 11:05:24 +01:00
parent 7ef434a6d7
commit 290f2654e1
2 changed files with 30 additions and 0 deletions

View file

@ -55,6 +55,11 @@
pkgs.rustfmt
pkgs.pkg-config
pkgs.clang-tools # clangd
pkgs.valgrind
# TODO: set up cargo-valgrind in shell and build
# currently both this and `cargo install cargo-valgrind`
# produce a binary that says ENOENT.
# pkgs.cargo-valgrind
];
shellHook = ''
${config.pre-commit.installationScript}