diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 22:12:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 22:12:36 +0000 |
commit | 87c1917179b1ca108f139b15446e470f4b0f636f (patch) | |
tree | 1880d83fe558056021763d23cd64849e047fdf04 /chapter05 | |
parent | 1c0761a175c450625887a700625d38bc758bddbb (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/dejagnu.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index f9bd2843d..bae0ed7d9 100644 --- a/chapter05/dejagnu.xml +++ b/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> |