diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-09-15 22:33:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-09-15 22:33:46 +0000 |
commit | 8d8c3dc70f10f7a9b37a1dddb64e9c17d4af72a3 (patch) | |
tree | 20386ae3d559e4f28d9e096f5c5cfefc14ab53a8 | |
parent | d5385c10b836ceb715b1293a14d9b2e0d32e053b (diff) |
Add instruction for running Kbd's testsuite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10347 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/kbd.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 44491083f..669365703 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -89,7 +89,9 @@ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen> <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |