From 1a73ed411ef9feadd594061ca1f2d9e906bbc7d2 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 18 Dec 2003 04:08:01 +0000 Subject: Added commands to run the Vim test suite. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chapter06/vim.xml') diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 8eb1bb7d2..4076e4188 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -37,6 +37,15 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h< make +This package has a test suite available which performs a number of +checks to ensure it will function correctly. However, the Vim test suite will +output a whole lot of seemingly garbage characters to screen which can +sometimes wreak havoc with the running terminal. Accordingly, the running of +the test suite here is optional. Should you choose to run the Vim test suite, +the following command will do so: + +make test + And install the package: make install -- cgit v1.2.3-54-g00ecf