mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
feat: add compile vim from source zunit test (#232)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
630f21f167
commit
126528ccd5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue