X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dd526fd23ca26dd31d87e64144e27e95aff94b8a..46cd31363f3dc0001374f736dcc1b5bbd735599f:/test/README.md diff --git a/test/README.md b/test/README.md index 1817e55..a13d6d2 100644 --- a/test/README.md +++ b/test/README.md @@ -1,7 +1,5 @@ -To run the tests, you must install [Vader](https://github.com/junegunn/vader.vim). +You can run the tests using the Makefile from the top directory: -Vader and other plugins must be installed in the same directory as this repository. + make test -Run the tests with: - - ./run-tests.sh +To run them manually please refer to the instructions/commands in the Makefile.