Procházet zdrojové kódy

Mention Dejagnu's testsuite. Fixes #2362. Thanks to Chris Staub for the report and patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess před 16 roky
rodič
revize
87c1917179
2 změnil soubory, kde provedl 9 přidání a 2 odebrání
  1. 6 0
      chapter01/changelog.xml
  2. 3 2
      chapter05/dejagnu.xml

+ 6 - 0
chapter01/changelog.xml

@@ -40,6 +40,12 @@
     <listitem>
       <para>2009-03-11</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Mention Dejagnu test suite, as a C++ compiler is
+          available in chapter 5. Fixes
+          <ulink url="&lfs-ticket-root;2362">#2362</ulink>. Thanks to Chris
+          Staub for the report and patch.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Remove an obsolete GCC fixup command from Inetutils'
           instructions.  Fixes <ulink url="&lfs-ticket-root;2360">#2360</ulink>.

+ 3 - 2
chapter05/dejagnu.xml

@@ -49,8 +49,9 @@
 
 <screen><userinput remap="install">make install</userinput></screen>
 
-    <para>This package does come with a test suite, however, it cannot be
-    run at this time because we do not have a C++ compiler yet.</para>
+    <para>To test the results, issue:</para>
+
+<screen><userinput remap="test">make check</userinput></screen>
 
   </sect2>