Author: robert
Date: 2007-02-09 13:07:41 -0700 (Fri, 09 Feb 2007)
New Revision: 974

Modified:
   branches/2.4-branch/BOOK/chapter01/changelog.xml
   branches/2.4-branch/BOOK/chapter06/ncurses.xml
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/ncurses.xml
Log:
Added description for the Ncurses test suite

Modified: branches/2.4-branch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter01/changelog.xml    2007-02-09 07:37:39 UTC 
(rev 973)
+++ branches/2.4-branch/BOOK/chapter01/changelog.xml    2007-02-09 20:07:41 UTC 
(rev 974)
@@ -110,6 +110,8 @@
 </listitem>
 -->
 
+<listitem><para>February 9th, 2007 [Robert]: Added description for the Ncurses 
test suite.</para></listitem>
+
 <listitem><para>February 9th, 2007 [Robert]: Added hardened-specs.h to 
gcc-pass2.</para></listitem>
 
 <listitem><para>February 7th, 2007 [Robert]: Added a config.site in /tools for 
uClibc builds.</para></listitem>

Modified: branches/2.4-branch/BOOK/chapter06/ncurses.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter06/ncurses.xml      2007-02-09 07:37:39 UTC 
(rev 973)
+++ branches/2.4-branch/BOOK/chapter06/ncurses.xml      2007-02-09 20:07:41 UTC 
(rev 974)
@@ -96,12 +96,19 @@
 
 <screen><userinput>make</userinput></screen>
 
-    <para>This package does not come with a test suite.</para>
-
     <para>Install the package:</para>
 
 <screen><userinput>make install</userinput></screen>
 
+    <para>This package has a non-typical test suite, which also needs Ncurses
+    installed first to function. Read <filename>test/README</filename> for
+    descriptions of the tests. They can be executed with a command like:</para>
+
+<screen><userinput>./test/tclock</userinput></screen>
+
+   <para>The <quote>tclock</quote> test can be exited by entering the 'q' key.
+   Other tests will need a ctrl-c, and may will display an interactive 
menu.</para>
+
     <para>Give the Ncurses libraries execute permissions:</para>
 
 <screen><userinput>chmod -v 755 
/usr/lib/*.&ncurses-version;</userinput></screen>

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-02-09 07:37:39 UTC (rev 973)
+++ trunk/BOOK/chapter01/changelog.xml  2007-02-09 20:07:41 UTC (rev 974)
@@ -112,6 +112,8 @@
 </listitem>
 -->
 
+<listitem><para>February 9th, 2007 [Robert]: Added description for the Ncurses 
test suite.</para></listitem>
+
 <listitem><para>February 7th, 2007 [Robert]: Added a config.site in /tools for 
uClibc builds.</para></listitem>
 
 <listitem><para>February 7th, 2007 [Robert]: Fix Expect to compile with uClibc 
(HAVE_STROPTS_H).</para></listitem>

Modified: trunk/BOOK/chapter06/ncurses.xml
===================================================================
--- trunk/BOOK/chapter06/ncurses.xml    2007-02-09 07:37:39 UTC (rev 973)
+++ trunk/BOOK/chapter06/ncurses.xml    2007-02-09 20:07:41 UTC (rev 974)
@@ -96,12 +96,19 @@
 
 <screen><userinput>make</userinput></screen>
 
-    <para>This package does not come with a test suite.</para>
-
     <para>Install the package:</para>
 
 <screen><userinput>make install</userinput></screen>
 
+    <para>This package has a non-typical test suite, which also needs Ncurses
+    installed first to function. Read <filename>test/README</filename> for
+    descriptions of the tests. They can be executed with a command like:</para>
+
+<screen><userinput>./test/tclock</userinput></screen>
+
+   <para>The <quote>tclock</quote> test can be exited by entering the 'q' key.
+   Other tests will need a ctrl-c, and may will display an interactive 
menu.</para>
+
     <para>Give the Ncurses libraries execute permissions:</para>
 
 <screen><userinput>chmod -v 755 
/usr/lib/*.&ncurses-version;</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to