X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a3f273839d1b45fe73b3bc48e1d7a8c6d1422187..f416b35dba4505f85dca9cafb984ab7d89e57f96:/test/run-tests.sh diff --git a/test/run-tests.sh b/test/run-tests.sh index ba00fc0..5c9db06 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -5,7 +5,7 @@ set -e cd "$( dirname "${BASH_SOURCE[0]}" )" -for dep in ../build/tabular ../build/vim-toml ../build/vader.vim; do +for dep in ../build/tabular ../build/vim-toml ../build/vim-json ../build/vader.vim; do if [[ ! -d $dep ]]; then echo "Missing dependency: $dep" echo "You may just want to use 'make test'."