difftastic/vendored_parsers/tree-sitter-swift/scripts/test-with-memcheck.sh

12 lines
211 B
Bash

#!/bin/bash
set -e
if [[ "$1" == "--install-valgrind" ]]; then
sudo apt-get update # See https://github.com/facebook/zstd/pull/3082
sudo apt install -y valgrind
shift
fi
valgrind tree-sitter test