Ignore:
Timestamp:
Aug 23, 2013, 9:44:40 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c228fe4
Parents:
1d9abb9
Message:

Add check to test suite tools.

Location:
BOOK/testsuite-tools
Files:
2 added
14 edited

Legend:

Unmodified
Added
Removed
  • BOOK/testsuite-tools/alpha-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/common/introduction.xml

    r1d9abb9 r3540f2d  
    1313  <para>This chapter builds the tools needed by some packages to run the tests
    1414  that they have. I.e., <command>make check</command>. Tcl, Expect,
    15   and DejaGNU are needed for the GCC and Binutils testsuites. Installing
    16   three packages for testing purposes may seem excessive, but it is very
    17   reassuring, if not essential, to know that the most important tools are
    18   working properly.</para>
     15  and DejaGNU are needed for the GCC and Binutils testsuites. Check is needed
     16  for KBD tests. Installing four packages for testing purposes may seem
     17  excessive, but it is very reassuring, if not essential, to know that the most
     18  important tools are working properly.</para>
    1919
    2020</sect1>
  • BOOK/testsuite-tools/mips-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/mips64-64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/mips64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/ppc-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
     19
    1820
    1921</chapter>
  • BOOK/testsuite-tools/ppc64-64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/ppc64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/sparc-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/sparc64-64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/sparc64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/x86-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/x86_64-64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>
    1819
    1920</chapter>
  • BOOK/testsuite-tools/x86_64-chapter.xml

    r1d9abb9 r3540f2d  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>
    1819
    1920</chapter>
Note: See TracChangeset for help on using the changeset viewer.