X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/da5a7ac96f517e0fd6f886bc3fbe27156ca1f946:/test/run-tests.sh..2ce54215a99b0a31154a468ad0aa56974c6fbefc:/.vim/bundle/vim-markdown/test/static/gitweb.js diff --git a/test/run-tests.sh b/test/run-tests.sh deleted file mode 100755 index 5c9db06..0000000 --- a/test/run-tests.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env bash - -# Exit on error. -set -e - -cd "$( dirname "${BASH_SOURCE[0]}" )" - -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'." - exit 1 - fi -done - -vim -Nu vimrc -c 'Vader! *' > /dev/null