diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 22:06:30 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 22:06:30 +0000 |
commit | 971be6b115f0661b691b93d8a3be725b3d6e4841 (patch) | |
tree | 8d0bd9881edd98cc89eaecad8ffc6329969a0423 | |
parent | 5b5ef391715c98d07e8d8d22c255dadd663233da (diff) |
Add a note about IPRoute2's testsuite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/iproute2.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 692e9943b..1934f0fbe 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -60,7 +60,14 @@ </variablelist> - <para>This package does not come with a test suite.</para> + <para>This package comes with a testsuite, but due to assumptions it makes, + it is not possible to reliably run these tests from within the chroot + environment. If you wish to run these tests after booting into your new LFS + system, ensure you select <filename>/proc/config.gz</filename> + CONFIG_IKCONFIG_PROC ("General setup" -> "Enable access to + .config through /proc/config.gz") support into your kernel then run + 'make alltests' from the <filename class="directory">testsuite/</filename> + subdirectory.</para> <para>Install the package:</para> |