diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-03 21:35:27 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-03 21:35:27 +0000 |
commit | 89cca6e9072585b82841485491dde5586647730a (patch) | |
tree | e87b2599cbc29e70b8dbb0c8035a468c71f6f33a /chapter06 | |
parent | 67d9211fd6b73ecfe3bbff753be36b960373592a (diff) |
Correct the instructions for running Module-Init-Tools' testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/module-init-tools.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 3d990f214..3c4af9c6b 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -38,6 +38,18 @@ installed in LFS. Run the following command to avoid this:</para> <screen><userinput>touch modprobe.conf.5</userinput></screen> +<para>If you wish to run the test suite for Module-Init-Tools, download the +separate tarball and unpack it along with the source tarball. The testsuite +tarball will unpack into a <filename class='directory'>tests</filename> +directory of the source tree. Issue the following commands to perform the tests +(note that the <command>make distclean</command> command is required to clean up +the source tree, as the source gets recompiled as part of the testing process): +</para> + +<screen><userinput>./configure && +make check && +make distclean</userinput></screen> + <para>Prepare Module-Init-Tools for compilation:</para> <screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen> @@ -56,9 +68,6 @@ kernel modules.</para></listitem> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: -<userinput>make check</userinput>.</para> - <para>Install the package:</para> <screen><userinput>make install</userinput></screen> |