aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/dejagnu.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-12-07 20:46:14 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-12-07 20:46:14 +0000
commit0be3d41926af8aaf32f21a8cb2dc5e881d7d7794 (patch)
tree84f0de4ffcaea8582f8fd70a97e92cd0c61609f5 /chapter05/dejagnu.xml
parent4e577add493770120b808ecd1fefdf6eb56bf542 (diff)
Mention testsuites (or lack of them) for all packages (bug 1664)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r--chapter05/dejagnu.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml
index c2c6a0057..b185c3365 100644
--- a/chapter05/dejagnu.xml
+++ b/chapter05/dejagnu.xml
@@ -36,6 +36,8 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
<screen><userinput>make install</userinput></screen>
+<para>To test the results, issue: <userinput>make check</userinput>.</para>
+
</sect2>