aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-03-04 21:39:57 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-03-04 21:39:57 +0000
commit49ae4c699178a29c650e4ccc9d81a27f3ba11ff4 (patch)
tree193e5e4e3072457c568a4b4c298b0fd4ab827545 /chapter06/ncurses.xml
parenta6dbc39c2dcefa7aaafe19b09cc06c76303f53a6 (diff)
Mention the Ncurses test suite. Fixes #1954.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index b931834f9..8f01e6eb9 100644
--- a/chapter06/ncurses.xml
+++ b/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>