Update tests location

This commit is contained in:
Adam Stankiewicz
2020-09-22 21:47:21 +02:00
parent 6f0c50457f
commit 378dcb3878
7 changed files with 253 additions and 7 deletions

View File

@@ -5,8 +5,8 @@ set -e
vim --clean -N -u <(echo "
let &rtp='$PWD,'.&rtp
let g:polyglot_test = 1
source scripts/test_extensions.vim
source scripts/test_filetypes.vim
source tests/extensions.vim
source tests/filetypes.vim
qa!
")