vim-patch:9.0.1791: No tests for the termdebug plugin

Problem:  No tests for the termdebug plugin
Solution: Add some simple tests for the termdebug plugin

closes: vim/vim#12927

58f39d89a8

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
zeertzjq
2023-11-09 06:46:12 +08:00
parent ed464ba487
commit 8d3dbf2746
3 changed files with 97 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ if [[ $os == Linux ]]; then
fi
if [[ -n $TEST ]]; then
sudo apt-get install -y locales-all cpanminus attr libattr1-dev
sudo apt-get install -y locales-all cpanminus attr libattr1-dev gdb
fi
elif [[ $os == Darwin ]]; then
brew update --quiet