Ver Fonte

Mention the Ncurses test suite. Fixes #1954.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess há 18 anos atrás
pai
commit
49ae4c6991
2 ficheiros alterados com 9 adições e 1 exclusões
  1. 4 0
      chapter01/changelog.xml
  2. 5 1
      chapter06/ncurses.xml

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>2007-03-04</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Make mention of the Ncurses testsuite. Fixes
+          <ulink url="&lfs-ticket-root;1954">#1954</ulink></para>
+        </listitem>
         <listitem>
           <para>[matthew] - Upgrade to Vim-7.0-fixes-15.patch which includes all
           upstream patches up to 206.</para>

+ 5 - 1
chapter06/ncurses.xml

@@ -83,7 +83,11 @@
 
 <screen><userinput>make</userinput></screen>
 
-    <para>This package does not come with a test suite.</para>
+    <para>This package has a test suite, but it can only be run after the
+    package has been installed.  The tests reside in the
+    <filename class="directory">test/</filename> directory.  See the
+    <filename>README</filename> file in that directory for further details.
+    </para>
 
     <para>Install the package:</para>