Skip to content

Commit

Permalink
feat: add compile vim from source zunit test (zdharma-continuum#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster authored Apr 28, 2022
1 parent 630f21f commit 126528c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/plugins.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
local tree="$ZPFX/bin/tree"; assert $tree is_executable
$tree -v; assert $state equals 0
}
@test 'vim' {
run zinit light-mode for vim/vim
zinit cd vim/vim
run ./configure --prefix=$ZPFX && make PREFIX=$ZPFX install
assert $state equals 0
local vim="$ZPFX/bin/vim"; assert $vim is_executable
$vim --version; assert $state equals 0
}
# @test 'zsh_bin' {
# run zinit as'null' sbin'bin/zsh' for @romkatv/zsh-bin
# assert $state equals 0
Expand Down

0 comments on commit 126528c

Please sign in to comment.