diff options
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index cb2619a73..c969eab00 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -160,6 +160,10 @@ cd build</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen> + <para>For a list of failed tests, run:</para> + +<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen> + <para>Twelve tests fail in the gold testsuite when the <option>--enable-default-pie</option> and <option>--enable-default-ssp</option> options are passed to GCC. |