소스 검색

Added commands to run the Vim test suite.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 21 년 전
부모
커밋
1a73ed411e
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      chapter01/changelog.xml
  2. 9 0
      chapter06/vim.xml

+ 3 - 0
chapter01/changelog.xml

@@ -48,6 +48,9 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>December 17th, 2003 [greg]: Chapter 6 - Vim: Added commands to
+run the Vim test suite. Closes Bug 722.</para></listitem> 
+
 <listitem><para>December 17th, 2003 [greg]: Upgraded to Autoconf-2.59,
 Automake-1.8 and Gettext-0.13.1.</para></listitem>
 

+ 9 - 0
chapter06/vim.xml

@@ -37,6 +37,15 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput><
 
 <screen><userinput>make</userinput></screen>
 
+<para>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:</para>
+
+<screen><userinput>make test</userinput></screen>
+
 <para>And install the package:</para>
 
 <screen><userinput>make install</userinput></screen>